compileUiFiles.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3058
0a02c433f52d
parent 3032
927a2f8b3669
child 3145
a9de05d4a22f
equal deleted inserted replaced
3058:0a02c433f52d 3060:5883ce99ee12
119 try: 119 try:
120 main(sys.argv) 120 main(sys.argv)
121 except SystemExit: 121 except SystemExit:
122 raise 122 raise
123 except: 123 except:
124 print(""" 124 print(
125 An internal error occured. Please report all the output of the program, 125 "\nAn internal error occured. Please report all the output of the"
126 including the following traceback, to eric5-bugs@eric-ide.python-projects.org. 126 " program, \nincluding the following traceback, to"
127 """) 127 " eric5-bugs@eric-ide.python-projects.org.\n")
128 raise 128 raise

eric ide

mercurial