modified: di_dialog.py
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user