Skip to content

Commit ba3a9f8

Browse files
committed
Fix argparse argument name
1 parent 82dfd72 commit ba3a9f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/scripts/check_notebooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def check_notebook_output(notebook_path, env="python3", ignore_whitespace=False)
155155
with multiprocess.Pool(num_proc) as pool:
156156
reports = pool.map(partial(check_notebook_output, env=args.env, ignore_whitespace=args.ignore_whitespace), notebook_paths)
157157

158-
if args.keep_artefacts is False:
158+
if args.keep_artifacts is False:
159159
snap_after_exec = list(Path(NOTEBOOKS_PATH).iterdir())
160160
cleanup(snap_before_exec, snap_after_exec)
161161

0 commit comments

Comments
 (0)