Changeset 155 for trunk/daemon
- Timestamp:
- 06/22/05 09:33:35 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/daemon/togad.py
r154 r155 500 500 501 501 for jobid in self.jobs_to_store: 502 if self.jobAttrs[ jobid ]['status'] not in [ 'E' ]:502 if self.jobAttrs[ jobid ]['status'] in [ 'R', 'Q', 'F' ]: 503 503 self.ds.storeJobInfo( jobid, self.jobAttrs[ jobid ] ) 504 504
Note: See TracChangeset
for help on using the changeset viewer.