diff -r 9986ec0e559a -r 10516539f238 install-i18n.py --- a/install-i18n.py Tue Oct 15 22:03:54 2013 +0200 +++ b/install-i18n.py Fri Oct 18 23:00:41 2013 +0200 @@ -64,7 +64,8 @@ print(" {0} [-hp]".format(progName)) print("where:") print(" -h display this help message") - print(" -p install into the private area ({0})".format(configDir)) + print(" -p install into the private area ({0})".format( + configDir)) sys.exit(rcode) @@ -125,7 +126,8 @@ except SystemExit: raise except: - print("""An internal error occured. Please report all the output of the program, + 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. """) raise