Changeset 22


Ignore:
Timestamp:
Nov 18, 2004, 11:10:05 AM (20 years ago)
Author:
ole
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/pytools/diskreport.py

    r21 r22  
    6666
    6767#Tally the size
    68 x = tally('top50.txt', 0)
     68#x = tally('top50.txt', 0) #Meaningless
    6969
    7070
    71 txt = 'The top 50 largest directories take up %.2f MB. ' %(x/1000000)
    72 txt += 'See file top50.txt.'
     71txt = 'The top 50 largest directories are stored in top50.txt'
    7372print txt
    7473
Note: See TracChangeset for help on using the changeset viewer.