Kaydet (Commit) 54500bb7 authored tarafından Jack Jansen's avatar Jack Jansen

Fixed typo

üst 8932a822
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment