Fix warning message in arg_parser.py
This commit is contained in:
parent
84e16ef9af
commit
367209cbe5
@ -185,7 +185,7 @@ def gen_subprocess_args(
|
|||||||
cmd_list += parse_value(name, item)
|
cmd_list += parse_value(name, item)
|
||||||
continue
|
continue
|
||||||
else:
|
else:
|
||||||
warn(f"invalid config {name}:{value}")
|
warn(f"invalid config {name}:{value} {type(value)}")
|
||||||
|
|
||||||
return cmd_list
|
return cmd_list
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user