mirror of
https://github.com/correl/mtgsqlive.git
synced 2024-11-21 19:18:41 +00:00
Extras fix
This commit is contained in:
parent
62cb553173
commit
53a6d6f370
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ def execute(json_input, output_file, check_extras=False) -> None:
|
|||
"""
|
||||
if not valid_input_output(json_input, output_file):
|
||||
exit(1)
|
||||
check_extra_inputs(json_input, output_file)
|
||||
check_extra_inputs(json_input, output_file, check_extras)
|
||||
|
||||
LOGGER.info("Loading json file into memory")
|
||||
with json_input.open("r", encoding="utf8") as json_file:
|
||||
|
|
Loading…
Reference in a new issue