4564:a6480863adfb | 4566:a2e8f3c420ec |
---|---|
70 print( | 70 print( |
71 "\nAn internal error occured. Please report all the output of the" | 71 "\nAn internal error occured. Please report all the output of the" |
72 " program, \nincluding the following traceback, to" | 72 " program, \nincluding the following traceback, to" |
73 " eric-bugs@eric-ide.python-projects.org.\n") | 73 " eric-bugs@eric-ide.python-projects.org.\n") |
74 raise | 74 raise |
75 | |
76 # | |
77 # eflag: noqa = M801 |