Changeset 2546 for WAeUP_SRP/base


Ignore:
Timestamp:
6 Nov 2007, 10:48:23 (17 years ago)
Author:
Henrik Bettermann
Message:

fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/WAeUPTool.py

    r2544 r2546  
    12271227            self.applicants_catalog.addRecord(**mapping)
    12281228        except ValueError:
    1229             return '', "applicant already exists: %s" % mapping.get('reg_no')
    1230         return key,''
     1229            return '', "arecord already exists: %s" % mapping.get('reg_no')
     1230        return reg_no,''
    12311231    ###)
    12321232
Note: See TracChangeset for help on using the changeset viewer.