Changeset 276 for ZMS/trunk/zms.py


Ignore:
Timestamp:
10.11.2008 18:07:36 (4 years ago)
Author:
chris
Message:

zms-2.11.1-142

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ZMS/trunk/zms.py

    r252 r276  
    604604    # ------------- 
    605605    zms_build = '131'           # Internal use only, designates object model! 
    606     zms_patch = 'g'             # Internal use only! 
     606    zms_patch = 'h'             # Internal use only! 
    607607 
    608608    # Properties. 
     
    897897        message += 'Synchronized object-model from patch #%s%s to #%s%s!<br/>'%(build,patch,self.zms_build,self.zms_patch) 
    898898      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') 
    900903       
    901904      # Process clients. 
Note: See TracChangeset for help on using the changeset viewer.