diff -r 0a02c433f52d -r 5883ce99ee12 compileUiFiles.py --- a/compileUiFiles.py Fri Nov 01 15:48:48 2013 +0100 +++ b/compileUiFiles.py Sun Nov 03 15:58:22 2013 +0100 @@ -121,8 +121,8 @@ except SystemExit: raise except: - print(""" -An internal error occured. Please report all the output of the program, -including the following traceback, to eric5-bugs@eric-ide.python-projects.org. - """) + print( + "\nAn internal error occured. Please report all the output of the" + " program, \nincluding the following traceback, to" + " eric5-bugs@eric-ide.python-projects.org.\n") raise