Bug fix for config.json values being ignored/being overriden to default unless specified in CLI
This commit is contained in:
parent
93a8bd761c
commit
8a4c5e8dbb
1 changed files with 0 additions and 1 deletions
|
@ -103,7 +103,6 @@ def main():
|
|||
parser.add_argument(
|
||||
*v["args"],
|
||||
action=OptionalOrFalse,
|
||||
default=v["default"],
|
||||
help=v["help"],
|
||||
)
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue