4564:a6480863adfb | 4566:a2e8f3c420ec |
---|---|
161 except Exception: | 161 except Exception: |
162 print("""An internal error occured. Please report all the output of""" | 162 print("""An internal error occured. Please report all the output of""" |
163 """ the program,\nincluding the following traceback, to""" | 163 """ the program,\nincluding the following traceback, to""" |
164 """ eric-bugs@die-offenbachs.de.\n""") | 164 """ eric-bugs@die-offenbachs.de.\n""") |
165 raise | 165 raise |
166 | |
167 # | |
168 # eflag: noqa = M801 |