Skip to content

Commit

Permalink
i wish type checking actually worked
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk committed Mar 13, 2024
1 parent ef23e0b commit 6a2b354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/code-examples/compare_code_example_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
OPT_OUT_COMPARE = config["opt_out"]["compare"]
EXTRA_ARGS = {
name: [arg.replace("$config_dir", str(Path(__file__).parent.absolute())) for arg in args]
for name, args in config.extra_args.items()
for name, args in config["extra_args"].items()
}

EXTRA_ARGS = {
Expand Down

0 comments on commit 6a2b354

Please sign in to comment.