eric6/E5Gui/E5SingleApplication.py

changeset 8047
b5594178c7fa
parent 7923
91e843545d9a
child 8234
fcb6b4b96274
diff -r 4d5209dc6eb4 -r b5594178c7fa eric6/E5Gui/E5SingleApplication.py
--- a/eric6/E5Gui/E5SingleApplication.py	Mon Feb 01 13:25:37 2021 +0100
+++ b/eric6/E5Gui/E5SingleApplication.py	Mon Feb 01 14:49:12 2021 +0100
@@ -143,9 +143,9 @@
             ext = os.path.splitext(arg)[1]
             ext = os.path.normcase(ext)
             
-            if ext in ['.e4p']:
+            if ext in ('.epj', '.e4p'):
                 self.__openProject(arg)
-            elif ext in ['.e4m', '.e5m']:
+            elif ext in ('.emj', '.e4m', '.e5m'):
                 self.__openMultiProject(arg)
             else:
                 self.__openFile(arg)

eric ide

mercurial