607:d95d60ba16aa | 608:d8fea1e76975 |
---|---|
122 continue | 122 continue |
123 | 123 |
124 ext = os.path.splitext(arg)[1] | 124 ext = os.path.splitext(arg)[1] |
125 ext = os.path.normcase(ext) | 125 ext = os.path.normcase(ext) |
126 | 126 |
127 if ext in ['.e4p', '.e4pz']: | 127 if ext in ['.e4p']: |
128 self.__openProject(arg) | 128 self.__openProject(arg) |
129 else: | 129 else: |
130 self.__openFile(arg) | 130 self.__openFile(arg) |
131 | 131 |
132 # send any args we had | 132 # send any args we had |