- Timestamp:
- 30 May 2011, 07:15:54 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/university/certificatecontainer.py
r6242 r6243 65 65 if len(entries) > 0: 66 66 raise DuplicationError( 67 'Certificate exists already elsewhere ', entries)67 'Certificate exists already elsewhere.', entries) 68 68 else: 69 69 # No catalog, then this addition won't do harm to anything.
Note: See TracChangeset for help on using the changeset viewer.