Changeset 1300
- Timestamp:
- 15 Jan 2007, 11:26:30 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/getAccommodationInfo.py
r1299 r1300 84 84 acco_id = 'accommodation_2006' 85 85 acco = getattr(student,acco_id,None) 86 87 86 if acco == None: 88 logger.info('"%s","tried to access non-existing acco object"' )87 logger.info('"%s","tried to access non-existing acco object"' % (member_id)) 89 88 return None 90 89
Note: See TracChangeset for help on using the changeset viewer.