Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Warren committed Apr 17, 2024
1 parent 592a78e commit c07a976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,4 +259,4 @@ def test_cli_process_configs_missing_outputdir():

finally:
if os.path.exists(dest_dir):
shutil.rmtree(f"{dest_dir}")
shutil.rmtree(dest_dir)

0 comments on commit c07a976

Please sign in to comment.