Skip to content

Commit

Permalink
fix(cli): allow safety_check to be passed to concurrent executor
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-awd committed Jun 9, 2024
1 parent 7962903 commit 10def44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/monopoly/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ def run(
input_files,
[output_dir] * len(input_files),
[pprint] * len(input_files),
[safety_check] * len(input_files),
),
**tqdm_settings,
)
Expand Down

0 comments on commit 10def44

Please sign in to comment.