]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fixed typo
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 1 Sep 1995 11:53:17 +0000 (11:53 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 1 Sep 1995 11:53:17 +0000 (11:53 +0000)
Mac/scripts/binhextree.py

index fa95af7e64c8353ff3ab5e5a4404aca21c613aec..a13aff594a0a61f701ebee0ec9ac0e359c8f4e52 100644 (file)
@@ -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)