Show
Ignore:
Timestamp:
06/25/04 01:09:30 (20 years ago)
Author:
jalet
Message:

Also prints read size on last block

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/tool.py

    r1563 r1565  
    2222# 
    2323# $Log$ 
     24# Revision 1.108  2004/06/24 23:09:30  jalet 
     25# Also prints read size on last block 
     26# 
    2427# Revision 1.107  2004/06/23 13:03:28  jalet 
    2528# Catches accounter configuration errors earlier 
     
    939942                dummy += 1     
    940943                infile.write(data) 
     944            self.sendBackChannelData("%s bytes read total." % self.jobSizeBytes) 
    941945            infile.flush()     
    942946            infile.seek(0)