Changeset 1565
- Timestamp:
- 06/25/04 01:09:30 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/tool.py
r1563 r1565 22 22 # 23 23 # $Log$ 24 # Revision 1.108 2004/06/24 23:09:30 jalet 25 # Also prints read size on last block 26 # 24 27 # Revision 1.107 2004/06/23 13:03:28 jalet 25 28 # Catches accounter configuration errors earlier … … 939 942 dummy += 1 940 943 infile.write(data) 944 self.sendBackChannelData("%s bytes read total." % self.jobSizeBytes) 941 945 infile.flush() 942 946 infile.seek(0)