Skip to content

Commit

Permalink
Fix copy/paste race condition
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Jan 5, 2025
1 parent dc25072 commit b542226
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def test_surface_build_tree_cli_version():


def test_surface_build_tree_cli_csv():
output_file = "/tmp/hstrat_surface_build_tree.pqt"
output_file = "/tmp/hstrat_surface_build_tree.csv"
pathlib.Path(output_file).unlink(missing_ok=True)
subprocess.run(
[
Expand Down

0 comments on commit b542226

Please sign in to comment.