Changeset 2548 for WAeUP_SRP/base
- Timestamp:
- 6 Nov 2007, 11:49:50 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/WAeUPTool.py
r2547 r2548 1228 1228 self.applicants_catalog.addRecord(**mapping) 1229 1229 except ValueError: 1230 return '', "a record already exists: %s" % reg_no1230 return '', "applicant record with reg_no %s already exists" % reg_no 1231 1231 return reg_no,'' 1232 1232 ###) … … 1239 1239 self.applicants_catalog.modifyRecord(**mapping) 1240 1240 except KeyError: 1241 return '', " record with reg_no %s does not exist" % reg_no1241 return '', "applicant record with reg_no %s does not exist" % reg_no 1242 1242 return reg_no,'' 1243 1243 ###)
Note: See TracChangeset for help on using the changeset viewer.