Fix an omission in the previous checkin.

This commit is contained in:
Jack Jansen 2003-01-26 22:15:10 +00:00
parent b340acf9fd
commit 2373ff4e4f

View file

@ -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()