Changeset 276 for ZMS/trunk/zms.py
- Timestamp:
- 10.11.2008 18:07:36 (4 years ago)
- File:
-
- 1 edited
-
ZMS/trunk/zms.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ZMS/trunk/zms.py
r252 r276 604 604 # ------------- 605 605 zms_build = '131' # Internal use only, designates object model! 606 zms_patch = ' g' # Internal use only!606 zms_patch = 'h' # Internal use only! 607 607 608 608 # Properties. … … 897 897 message += 'Synchronized object-model from patch #%s%s to #%s%s!<br/>'%(build,patch,self.zms_build,self.zms_patch) 898 898 if maintenance: 899 self.getTrashcan().run_garbage_collection() 899 try: 900 self.getTrashcan().run_garbage_collection() 901 except: 902 _globals.writeException( self, '[updateVersion]: can\'t run garbage collection') 900 903 901 904 # Process clients.
Note: See TracChangeset
for help on using the changeset viewer.
