Show
Ignore:
Timestamp:
06/18/04 15:34:49 (20 years ago)
Author:
jalet
Message:

Now all tracebacks include PyKota's version number

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/repykota

    r1526 r1546  
    2424# 
    2525# $Log$ 
     26# Revision 1.49  2004/06/18 13:34:49  jalet 
     27# Now all tracebacks include PyKota's version number 
     28# 
    2629# Revision 1.48  2004/06/07 18:43:41  jalet 
    2730# Fixed over-verbose exits when displaying help or version number 
     
    189192 
    190193from pykota import version 
    191 from pykota.tool import PyKotaTool, PyKotaToolError 
     194from pykota.tool import PyKotaTool, PyKotaToolError, crashed 
    192195from pykota.config import PyKotaConfigError 
    193196from pykota.storage import PyKotaStorageError 
     
    322325            reportTool.crashed("repykota failed") 
    323326        except :     
    324             pass 
     327            crashed("repykota failed") 
    325328        retcode = -1 
    326329