Kaydet (Commit) 2373ff4e authored tarafından Jack Jansen's avatar Jack Jansen

Fix an omission in the previous checkin.

üst b340acf9
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment