Fix toggling options
This commit is contained in:
parent
44e4816cbb
commit
d7f1ebedbf
@ -176,7 +176,7 @@ class ConfigCommands:
|
|||||||
# Handle inversion as special cases of the cycle code path
|
# Handle inversion as special cases of the cycle code path
|
||||||
option = option[:-1]
|
option = option[:-1]
|
||||||
opt = self._config.get_opt(option)
|
opt = self._config.get_opt(option)
|
||||||
if opt.typ is configtypes.Bool:
|
if isinstance(opt.typ, configtypes.Bool):
|
||||||
values = ['false', 'true']
|
values = ['false', 'true']
|
||||||
else:
|
else:
|
||||||
raise cmdexc.CommandError(
|
raise cmdexc.CommandError(
|
||||||
|
Loading…
Reference in New Issue
Block a user