Changeset 100 for trunk/daemon/togad.py
- Timestamp:
- 04/20/05 11:37:18 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/daemon/togad.py
r99 r100 456 456 457 457 if check_change: 458 if self.jobinfoChanged( self.jobAttrs, job_id, jobinfo ): 458 if self.jobinfoChanged( self.jobAttrs, job_id, jobinfo ) and self.jobAttrs[ job_id ]['status'] != 'E': 459 self.jobAttrs[ job_id ]['stop_timestamp'] = '' 459 460 self.jobAttrs[ job_id ] = self.setJobAttrs( self.jobAttrs[ job_id ], jobinfo ) 460 461 if not job_id in self.jobs_to_store:
Note: See TracChangeset
for help on using the changeset viewer.