- Timestamp:
- 12 Feb 2008, 11:55:24 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/WAeUPTool.py
r3145 r3147 2217 2217 return msg 2218 2218 not_imported = [] 2219 pending_keys = pending_records.keys()[:] 2219 2220 for item in items: 2220 2221 item = dict((k.strip(),l.strip()) for (k,l) in item.items()) … … 2251 2252 temp_item['Error'] = error 2252 2253 msg = format_error % temp_item 2253 if id not in pending_records.keys(): 2254 #if id not in pending_records.keys(): 2255 if id not in pending_keys: 2254 2256 temp_item['id'] = id 2255 2257 pending_records[id] = temp_item 2256 2258 logger.info("%(id)s added to pending %(msg)s" % vars()) 2259 pending_keys += id, 2257 2260 new_imports_pending += 1 2258 2261 else:
Note: See TracChangeset for help on using the changeset viewer.