uninstall.py

changeset 3039
8dd0165d805d
parent 3019
7912530a33e2
child 3060
5883ce99ee12
child 3160
209a07d7e401
--- a/uninstall.py	Sat Oct 19 16:51:12 2013 +0200
+++ b/uninstall.py	Sat Oct 19 17:42:18 2013 +0200
@@ -211,8 +211,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("""An internal error occured.  Please report all the output of"""
+              """ the program,\n"""
+              """including the following traceback, to"""
+              """ eric5-bugs@eric-ide.python-projects.org.\n""")
         raise

eric ide

mercurial