Skip to content

Commit

Permalink
#475 manage OpenXML files detected as zip thx to @githule
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed May 10, 2019
1 parent 41eaa84 commit 7ca880a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzers/FileInfo/submodules/submodule_oletools.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def check_file(self, **kwargs):
'PPT',
'PPTM',
'PPTX'
]:
] or kwargs.get('mimetype').startswith("application/vnd.openxmlformats-officedocument"):
return True
except KeyError:
return False
Expand Down

0 comments on commit 7ca880a

Please sign in to comment.