Show
Ignore:
Timestamp:
06/13/05 15:22:02 (19 years ago)
Author:
jerome
Message:

Fixed bug : exception name was incorrect in an except statement in cupspykota.
Improved the IPP module : can now generate IPP messages as well as parsing them.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/cupspykota

    r2308 r2311  
    209209                try : 
    210210                    ippmessage = IPPMessage(ippdatafile.read()) 
    211                 except PyKotaIPPError, msg :     
     211                    ippmessage.parse() 
     212                except IPPError, msg :     
    212213                    self.printInfo("Error while parsing %s : %s" % (ippmessagefile, msg), "warn") 
    213214                else :