From: Jack Jansen Date: Fri, 1 Sep 1995 11:53:17 +0000 (+0000) Subject: Fixed typo X-Git-Tag: v1.3~157 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=54500bb79fb744d9725168f5acaaf3612c221aa8;p=thirdparty%2FPython%2Fcpython.git Fixed typo --- diff --git a/Mac/scripts/binhextree.py b/Mac/scripts/binhextree.py index fa95af7e64c8..a13aff594a0a 100644 --- a/Mac/scripts/binhextree.py +++ b/Mac/scripts/binhextree.py @@ -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)