- Timestamp:
- 25 Oct 2007, 17:09:06 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/WAeUPTool.py
r2433 r2435 1500 1500 temp_item = item.copy() 1501 1501 temp_item.update(dm) 1502 item['id'],error = importer(temp_item)1502 temp_item['id'],error = importer(temp_item) 1503 1503 if error: 1504 1504 error_string += error 1505 1505 else: 1506 1506 item = temp_item 1507 if error_string: 1507 if error_string: 1508 1508 item['Error'] = error_string 1509 1509 not_imported.append(format_error % item)
Note: See TracChangeset for help on using the changeset viewer.