Changeset 3519
- Timestamp:
- 04/15/10 00:45:37 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/accounters/snmp.py
r3517 r3519 283 283 self.printerStatus = int(varBinds[1][1].prettyPrint()) 284 284 except ValueError : 285 self 285 self.parent.filter.logdebug("The printer reported a non-integer printer status, it will be converted to 2 ('unknown')") 286 286 self.printerStatus = 2 287 287 try :