Changeset 2609 for pykota/trunk/bin/autopykota
- Timestamp:
- 01/05/06 16:31:39 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/autopykota
r2512 r2609 120 120 except KeyboardInterrupt : 121 121 sys.stderr.write("\nInterrupted with Ctrl+C !\n") 122 retcode = -3 122 123 except PyKotaCommandLineError, msg : 123 124 sys.stderr.write("%s : %s\n" % (sys.argv[0], msg)) 125 retcode = -2 124 126 except SystemExit : 125 127 pass