Changeset 3422 for pykota/branches
- Timestamp:
- 10/04/08 11:10:35 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/branches/1.26_fixes/bin/pkturnkey
r3416 r3422 118 118 try : 119 119 deviceuri = result.printer["device-uri"][0][1] 120 except (AttributeError, IndexError ) :120 except (AttributeError, IndexError, KeyError) : 121 121 deviceuri = None 122 122 if deviceuri is not None :