mirror of
https://github.com/correl/mtgsqlive.git
synced 2024-11-22 03:00:10 +00:00
booster fix fix
This commit is contained in:
parent
573cd282ab
commit
837d0b8829
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):
|
if not valid_input_output(json_input, output_file):
|
||||||
exit(1)
|
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")
|
LOGGER.info("Loading json file into memory")
|
||||||
with json_input.open("r", encoding="utf8") as json_file:
|
with json_input.open("r", encoding="utf8") as json_file:
|
||||||
|
|
Loading…
Reference in a new issue