src/eric7/Plugins/VcsPlugins/vcsGit/GitDialog.py

branch
eric7
changeset 10595
59579e8aff98
parent 10439
21c28b0f9e41
child 11085
fd00ad18a98d
--- a/src/eric7/Plugins/VcsPlugins/vcsGit/GitDialog.py	Mon Feb 19 19:17:04 2024 +0100
+++ b/src/eric7/Plugins/VcsPlugins/vcsGit/GitDialog.py	Wed Feb 21 10:56:24 2024 +0100
@@ -250,7 +250,7 @@
         # check for a changed project file
         if self.__updateCommand:
             for line in out.splitlines():
-                if ".epj" in line or ".e4p" in line:
+                if ".epj" in line:
                     self.__hasAddOrDelete = True
                     break
 

eric ide

mercurial