- Timestamp:
- 10/19/09 20:53:19 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
tea4cups/trunk/tea4cups
r3478 r3512 1308 1308 if self.runCommands("posthook", branches, serialize) : 1309 1309 self.logInfo("An error occured during the execution of posthooks.", "warn") 1310 1310 else : 1311 retcode = 5 # Job cancelled, for CUPS. 1311 1312 for p in [ (k, v) for (k, v) in self.pipes.items() if k != 0 ] : 1312 1313 os.close(p[1][0])