4564:a6480863adfb | 4566:a2e8f3c420ec |
---|---|
1506 except Exception: | 1506 except Exception: |
1507 print("""An internal error occured. Please report all the output""" | 1507 print("""An internal error occured. Please report all the output""" |
1508 """ of the program,\nincluding the following traceback, to""" | 1508 """ of the program,\nincluding the following traceback, to""" |
1509 """ eric-bugs@eric-ide.python-projects.org.\n""") | 1509 """ eric-bugs@eric-ide.python-projects.org.\n""") |
1510 raise | 1510 raise |
1511 | |
1512 # | |
1513 # eflag: noqa = M801 |