mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Fix an omission in the previous checkin.
This commit is contained in:
@@ -161,7 +161,7 @@ def interact(options, title):
|
||||
if n == DIR_ITEM:
|
||||
fss = EasyDialogs.AskFolder(message='Select python home folder:',
|
||||
wanted=macfs.FSSpec)
|
||||
if ok:
|
||||
if fss:
|
||||
options['dir'] = fss
|
||||
elif n == HELP_ITEM and Help:
|
||||
onoff = Help.HMGetBalloons()
|
||||
|
||||
Reference in New Issue
Block a user