Skip to content

Commit

Permalink
tests: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Apr 17, 2024
1 parent 893d6d7 commit e5e016a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def get_raw_data_iterator(self):


def test_cleanup_recipes_new():
td = pathlib.Path(tempfile.gettempdir()) / f"MPL-Data-Cast"
td = pathlib.Path(tempfile.gettempdir()) / "MPL-Data-Cast"
mypid = os.getpid()

dir1 = td / f"PID-{mypid}-Something_else"
Expand Down

0 comments on commit e5e016a

Please sign in to comment.