Changeset 9219 for main/waeup.kofa/trunk
- Timestamp:
- 21 Sep 2012, 16:09:16 (12 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/utils.py
r9204 r9219 383 383 384 384 def getAccommodationDetails(self, student): 385 """Determine the accommodation dat esof a student.385 """Determine the accommodation data of a student. 386 386 """ 387 387 d = {} -
main/waeup.kofa/trunk/src/waeup/kofa/utils/batching.py
r9217 r9219 366 366 self.writeFailedRow( 367 367 failed_writer, string_row, 368 "Cannot remove: no such entry .")368 "Cannot remove: no such entry") 369 369 continue 370 370 self.delEntry(row, site) … … 375 375 self.writeFailedRow( 376 376 failed_writer, string_row, 377 "Cannot update: no such entry .")377 "Cannot update: no such entry") 378 378 continue 379 379 update_errors = self.checkUpdateRequirements(obj, row, site)
Note: See TracChangeset for help on using the changeset viewer.