mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fixed typo
This commit is contained in:
parent
8932a8223e
commit
54500bb79f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue