Fixed typo
This commit is contained in:
parent
8932a8223e
commit
54500bb79f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue