Changeset 3422 for pykota

Show
Ignore:
Timestamp:
10/04/08 11:10:35 (16 years ago)
Author:
jerome
Message:

Just to be safe.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/branches/1.26_fixes/bin/pkturnkey

    r3416 r3422  
    118118            try : 
    119119                deviceuri = result.printer["device-uri"][0][1] 
    120             except (AttributeError, IndexError) : 
     120            except (AttributeError, IndexError, KeyError) : 
    121121                deviceuri = None 
    122122            if deviceuri is not None :