4564:a6480863adfb | 4566:a2e8f3c420ec |
---|---|
123 except Exception: | 123 except Exception: |
124 print("""An internal error occured. Please report all the output of""" | 124 print("""An internal error occured. Please report all the output of""" |
125 """ the program,\nincluding the following traceback, to""" | 125 """ the program,\nincluding the following traceback, to""" |
126 """ eric-bugs@eric-ide.python-projects.org.\n""") | 126 """ eric-bugs@eric-ide.python-projects.org.\n""") |
127 raise | 127 raise |
128 | |
129 # | |
130 # eflag: noqa = M801 |