modified: di_dialog.py

This commit is contained in:
fling
2011-09-21 17:59:20 +08:00
parent f2611c0f95
commit 9f96da7f16

View File

@@ -266,7 +266,7 @@ class MountPoint(Dialog):
ri_data.MountPoint.dict[string].directory = ''
Dialog.message("The mount point couldn't be mounted on because it has been used or it's particular.")
else:
return (exit_info == 'help' and 0 or exit_info)
return (exit_info == 'help' and '0' or exit_info)
class Network(Dialog):