- Timestamp:
- 04/15/10 00:46:47 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/branches/1.26_fixes/pykota/accounters/snmp.py
r3518 r3520 295 295 self.printerStatus = int(varBinds[1][1].prettyPrint()) 296 296 except ValueError : 297 self 297 self.parent.filter.logdebug("The printer reported a non-integer printer status, it will be converted to 2 ('unknown')") 298 298 self.printerStatus = 2 299 299 try :