Changeset 76
- Timestamp:
- 04/15/05 12:05:36 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugin/togap.py
r75 r76 209 209 debug_msg( 10, printTime() + ' job %s state changed' %(job_id) ) 210 210 211 for id, attrs in jobs.items(): 212 213 if id not in jobs_processed: 214 215 # This one isn't there anymore; toedeledoki! 216 # 217 del jobs[ id ] 218 211 219 return jobs 212 220
Note: See TracChangeset
for help on using the changeset viewer.