We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c951693 commit cb2b724Copy full SHA for cb2b724
1 file changed
remove-json-keys/src/remove_json_keys/lib/settings.py
@@ -89,5 +89,4 @@ def load(cli):
89
setattr(cli.config, ctrl_key, ctrl.default_val)
90
if getattr(ctrl, 'parser', '') == 'csv':
91
setattr(cli.config, ctrl_key, data.csv.parse(val))
92
-
93
log.debug('All cli.config vals set!', cli)
0 commit comments