Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin committed Oct 10, 2024
1 parent 58656ba commit 2c26ad0
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 @@ -36,7 +36,7 @@ def check(self):
self.file.fp.save(temp_pdf.name)
if self.file.name.endswith(".gz"):
mode = "r:gz"
if self.file.name.endswith(".xz"):
elif self.file.name.endswith(".xz"):
mode = "r:xz"
elif self.file.name.endswith(".tar"):
mode = "r:"
Expand Down

0 comments on commit 2c26ad0

Please sign in to comment.