compileUiFiles.py

changeset 4563
881340f4bd0c
parent 4435
9f6555d3c3c0
child 4566
a2e8f3c420ec
equal deleted inserted replaced
4561:5bc6ed226471 4563:881340f4bd0c
61 if __name__ == "__main__": 61 if __name__ == "__main__":
62 try: 62 try:
63 main(sys.argv) 63 main(sys.argv)
64 except SystemExit: 64 except SystemExit:
65 raise 65 raise
66 except: 66 except Exception:
67 print( 67 print(
68 "\nAn internal error occured. Please report all the output of the" 68 "\nAn internal error occured. Please report all the output of the"
69 " program, \nincluding the following traceback, to" 69 " program, \nincluding the following traceback, to"
70 " eric-bugs@eric-ide.python-projects.org.\n") 70 " eric-bugs@eric-ide.python-projects.org.\n")
71 raise 71 raise

eric ide

mercurial