Fixed typo

This commit is contained in:
Jack Jansen 1995-09-01 11:53:17 +00:00
parent 8932a8223e
commit 54500bb79f
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ def hexbincwprojects(creator):
dstfile = srcfile + '.hqx'
if os.path.exists(dstfile) and \
os.stat(dstfile)[8] > os.stat(srcfile)[8]:
print 'Skip', path,'- Up-to-date'
print 'Skip', dstfile,'- Up-to-date'
continue
print 'Compacting', dstfile
mgr.open(fss)