Changeset 1467 for pykota/trunk/bin
- Timestamp:
- 05/10/04 13:22:28 (21 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/cupspykota
r1466 r1467 24 24 # 25 25 # $Log$ 26 # Revision 1.42 2004/05/10 11:22:28 jalet 27 # Typo 28 # 26 29 # Revision 1.41 2004/05/10 10:07:30 jalet 27 30 # Catches OSError while reading … … 419 422 data = os.read(fd, 256 * 1024) 420 423 except OSError, msg : 421 self.logdebug("Error while reading file %s : %s" % (fd, msg) 424 self.logdebug("Error while reading file %s : %s" % (fd, msg)) 422 425 else : 423 426 if fd == infno :