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