From 70ea71388d279dc09de84fdcfa82dc41d68fa91f Mon Sep 17 00:00:00 2001 From: martin Date: Mon, 27 May 2024 21:46:07 +0200 Subject: [PATCH] test ci fix --- converter_app/readers/hplc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/converter_app/readers/hplc.py b/converter_app/readers/hplc.py index 2c5a7bbc..b85bc3ff 100644 --- a/converter_app/readers/hplc.py +++ b/converter_app/readers/hplc.py @@ -29,7 +29,7 @@ def check(self): result = self.file.name.endswith(".tar.gz") or self.file.name.endswith(".tar") if result: with tempfile.TemporaryDirectory() as temp_dir: - self.temp_dir = temp_dir.name + self.temp_dir = temp_dir with tempfile.NamedTemporaryFile(delete=True) as temp_pdf: try: # Save the contents of FileStorage to the temporary file