compileUiFiles.py

changeset 3032
927a2f8b3669
parent 3021
801289962f4e
child 3060
5883ce99ee12
child 3160
209a07d7e401
--- a/compileUiFiles.py	Sat Oct 19 11:14:51 2013 +0200
+++ b/compileUiFiles.py	Sat Oct 19 11:49:31 2013 +0200
@@ -119,8 +119,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

eric ide

mercurial