- Timestamp:
- 08/10/06 23:32:25 (18 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
tea4cups/trunk/tea4cups
r679 r683 1435 1435 except SystemExit, e : 1436 1436 returncode = e.code 1437 except KeyboardInterrupt : 1438 wrapper.logInfo("Job %s interrupted by the administrator !" % wrapper.JobId, "warn") 1437 1439 except : 1438 1440 import traceback