Skip to content

Commit

Permalink
test ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StarmanMartin committed May 27, 2024
1 parent ed569ea commit 70ea713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion converter_app/readers/hplc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70ea713

Please sign in to comment.