From: Just van Rossum Date: Sat, 24 Apr 1999 16:48:34 +0000 (+0000) Subject: removed two redundant lines -- jvr X-Git-Tag: v1.6a1~1467 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f98e692257a670026ebf64f83d99a78180d84f1a;p=thirdparty%2FPython%2Fcpython.git removed two redundant lines -- jvr --- diff --git a/Mac/scripts/BuildApplication.py b/Mac/scripts/BuildApplication.py index 957bf6cc640b..58499f6bb1f9 100644 --- a/Mac/scripts/BuildApplication.py +++ b/Mac/scripts/BuildApplication.py @@ -73,10 +73,8 @@ def buildapplication(debug = 0): return if tf[-3:] == '.py': tf = tf[:-3] - logfile = tf[:-3] + '.log' else: tf = tf + '.app' - logfile = tf + '.log' dstfss, ok = macfs.StandardPutFile('Save application as:', tf) if not ok: