mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +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'
|
||||
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…
Add table
Add a link
Reference in a new issue