Show
Ignore:
Timestamp:
06/03/04 00:18:07 (20 years ago)
Author:
jalet
Message:

I think the bug when cancelling jobs should be fixed right now

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/cupspykota

    r1514 r1515  
    2424# 
    2525# $Log$ 
     26# Revision 1.57  2004/06/02 22:18:07  jalet 
     27# I think the bug when cancelling jobs should be fixed right now 
     28# 
    2629# Revision 1.56  2004/06/02 21:50:56  jalet 
    2730# Moved the sigterm capturing elsewhere 
     
    504507                                    try : 
    505508                                        os.write(fd, indata)     
    506                                     except IOError, msg :     
     509                                    except (OSError, IOError), msg :     
    507510                                        self.logdebug("Error while writing to real backend's stdin %s : %s" % (fd, msg)) 
    508511                                    else :     
     
    521524                                    try : 
    522525                                        os.write(fd, outdata) 
    523                                     except IOError, msg :     
     526                                    except (OSError, IOError), msg :     
    524527                                        self.logdebug("Error while writing to CUPS back channel (stderr) %s : %s" % (fd, msg)) 
    525528                                    else :