Changeset 184 for trunk/plugin
- Timestamp:
- 08/03/05 16:34:28 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugin/togap.py
r174 r184 259 259 myAttrs['poll_interval'] = TORQUE_POLL_INTERVAL 260 260 261 if self.jobDataChanged( jobs, job_id, myAttrs ) :261 if self.jobDataChanged( jobs, job_id, myAttrs ) and myAttrs['status'] in [ 'R', 'Q' ]: 262 262 jobs[ job_id ] = myAttrs 263 263
Note: See TracChangeset
for help on using the changeset viewer.