IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 16, 2012, 12:18:37 PM (14 years ago)
Author:
rhenders
Message:

improvements to exception handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/cleanup.py

    r33748 r33787  
    129129Start of program
    130130'''
    131 cleanup = Cleanup(sys.argv)
    132 cleanup.run()
    133 cleanup.exitProgram("finished")
     131try:
     132    cleanup = Cleanup(sys.argv)
     133    cleanup.run()
     134    cleanup.exitProgram("completed")
     135except: pass
Note: See TracChangeset for help on using the changeset viewer.