Changeset 5146
- Timestamp:
- 13 Apr 2010, 08:23:38 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/WAeUPTables.py
r5143 r5146 1777 1777 try: 1778 1778 if not float(brain.ca1) + float(brain.ca2) + float(brain.exam) > 0: 1779 data = {} 1780 data[self.key] = brain.key 1781 data['pic'] = '' 1782 self.modifyRecord(**data) 1779 1783 continue 1780 1784 res = self.courses_catalog.evalAdvancedQuery(Eq('code',brain.code)) … … 1791 1795 self.modifyRecord(**data) 1792 1796 except: 1797 data = {} 1798 data[self.key] = brain.key 1799 data['pic'] = '' 1800 self.modifyRecord(**data) 1793 1801 continue 1794 1802 logger.info('recalculation finished')
Note: See TracChangeset for help on using the changeset viewer.