Show
Ignore:
Timestamp:
05/10/04 13:22:28 (20 years ago)
Author:
jalet
Message:

Typo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/cupspykota

    r1466 r1467  
    2424# 
    2525# $Log$ 
     26# Revision 1.42  2004/05/10 11:22:28  jalet 
     27# Typo 
     28# 
    2629# Revision 1.41  2004/05/10 10:07:30  jalet 
    2730# Catches OSError while reading 
     
    419422                            data = os.read(fd, 256 * 1024) 
    420423                        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)) 
    422425                        else : 
    423426                            if fd == infno :