Changeset 22
- Timestamp:
- Nov 18, 2004, 11:10:05 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/pytools/diskreport.py
r21 r22 66 66 67 67 #Tally the size 68 x = tally('top50.txt', 0) 68 #x = tally('top50.txt', 0) #Meaningless 69 69 70 70 71 txt = 'The top 50 largest directories take up %.2f MB. ' %(x/1000000) 72 txt += 'See file top50.txt.' 71 txt = 'The top 50 largest directories are stored in top50.txt' 73 72 print txt 74 73
Note: See TracChangeset
for help on using the changeset viewer.