From f98e692257a670026ebf64f83d99a78180d84f1a Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Sat, 24 Apr 1999 16:48:34 +0000 Subject: [PATCH] removed two redundant lines -- jvr --- Mac/scripts/BuildApplication.py | 2 -- 1 file changed, 2 deletions(-) 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: -- 2.47.3