Commit 54500bb7 authored by Jack Jansen's avatar Jack Jansen

Fixed typo

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