Skip to content

Commit

Permalink
Merge pull request #67 from DIMAX99/issue#65
Browse files Browse the repository at this point in the history
fix issue #65
  • Loading branch information
gagb authored Dec 17, 2024
2 parents c0127af + 825d3bb commit 77f620b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/markitdown/_markitdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -1237,8 +1237,7 @@ def _append_ext(self, extensions, ext):
if ext == "":
return
# if ext not in extensions:
if True:
extensions.append(ext)
extensions.append(ext)

def _guess_ext_magic(self, path):
"""Use puremagic (a Python implementation of libmagic) to guess a file's extension based on the first few bytes."""
Expand Down

0 comments on commit 77f620b

Please sign in to comment.