removed two redundant lines -- jvr
This commit is contained in:
parent
dcf17f3860
commit
f98e692257
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue