This commit is contained in:
Divit
2024-12-16 21:48:33 +05:30
parent 81e3f24acd
commit ad01da308d

View File

@@ -1071,7 +1071,6 @@ class MarkItDown:
if ext == "": if ext == "":
return return
# if ext not in extensions: # if ext not in extensions:
if True:
extensions.append(ext) extensions.append(ext)
def _guess_ext_magic(self, path): def _guess_ext_magic(self, path):