3035:36e9f388958b | 3036:30c81c9e88b8 |
---|---|
122 try: | 122 try: |
123 main(sys.argv) | 123 main(sys.argv) |
124 except SystemExit: | 124 except SystemExit: |
125 raise | 125 raise |
126 except: | 126 except: |
127 print( | 127 print("""An internal error occured. Please report all the output of""" |
128 """An internal error occured. Please report all the output of the program, | 128 """ the program,\nincluding the following traceback, to""" |
129 including the following traceback, to eric5-bugs@eric-ide.python-projects.org. | 129 """ eric5-bugs@eric-ide.python-projects.org.\n""") |
130 """) | |
131 raise | 130 raise |