src/eric7/EricWidgets/EricSingleApplication.py

branch
eric7
changeset 10595
59579e8aff98
parent 10439
21c28b0f9e41
child 11032
84a66daa5e34
--- a/src/eric7/EricWidgets/EricSingleApplication.py	Mon Feb 19 19:17:04 2024 +0100
+++ b/src/eric7/EricWidgets/EricSingleApplication.py	Wed Feb 21 10:56:24 2024 +0100
@@ -122,9 +122,9 @@
         for filename in args.file_or_project:
             ext = os.path.normcase(os.path.splitext(filename)[1])
 
-            if ext in (".epj", ".e4p"):
+            if ext in (".epj",):
                 self.__openProject(filename)
-            elif ext in (".emj", ".e4m", ".e5m"):
+            elif ext in (".emj",):
                 self.__openMultiProject(filename)
             else:
                 self.__openFile(filename)

eric ide

mercurial