From e5e016a495d2ca119061e52708d8542150b9b3f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20M=C3=BCller?= Date: Wed, 17 Apr 2024 12:26:38 +0200 Subject: [PATCH] tests: cleanup --- tests/test_recipe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_recipe.py b/tests/test_recipe.py index eaddd82..b2b6cbb 100644 --- a/tests/test_recipe.py +++ b/tests/test_recipe.py @@ -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"