Changeset 2546 for WAeUP_SRP/base
- Timestamp:
- 6 Nov 2007, 10:48:23 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/WAeUPTool.py
r2544 r2546 1227 1227 self.applicants_catalog.addRecord(**mapping) 1228 1228 except ValueError: 1229 return '', "a pplicantalready exists: %s" % mapping.get('reg_no')1230 return key,''1229 return '', "arecord already exists: %s" % mapping.get('reg_no') 1230 return reg_no,'' 1231 1231 ###) 1232 1232
Note: See TracChangeset for help on using the changeset viewer.