3031:ed2eaa573ca5 | 3032:927a2f8b3669 |
---|---|
117 try: | 117 try: |
118 main(sys.argv) | 118 main(sys.argv) |
119 except SystemExit: | 119 except SystemExit: |
120 raise | 120 raise |
121 except: | 121 except: |
122 print(""" | 122 print( |
123 An internal error occured. Please report all the output of the program, | 123 "\nAn internal error occured. Please report all the output of the" |
124 including the following traceback, to eric5-bugs@eric-ide.python-projects.org. | 124 " program, \nincluding the following traceback, to" |
125 """) | 125 " eric5-bugs@eric-ide.python-projects.org.\n") |
126 raise | 126 raise |