Show
Ignore:
Timestamp:
06/23/04 15:03:28 (20 years ago)
Author:
jalet
Message:

Catches accounter configuration errors earlier

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/tool.py

    r1562 r1563  
    2222# 
    2323# $Log$ 
     24# Revision 1.107  2004/06/23 13:03:28  jalet 
     25# Catches accounter configuration errors earlier 
     26# 
    2427# Revision 1.106  2004/06/22 09:31:18  jalet 
    2528# Always send some debug info to CUPS' back channel stream (stderr) as 
     
    906909        try : 
    907910            self.accounter = accounter.openAccounter(self) 
    908         except accounter.PyKotaAccounterError, msg :     
     911        except (config.PyKotaConfigError, accounter.PyKotaAccounterError), msg :     
    909912            self.crashed(msg) 
    910913            raise