Skip to content
Snippets Groups Projects
Commit a0c97b25 authored by Jason Smalls's avatar Jason Smalls Committed by jvoisin
Browse files

Add a variant mimetype for bmp

parent 1bcb9453
Branches
Tags
No related merge requests found
......@@ -5,7 +5,7 @@ from . import abstract
class HarmlessParser(abstract.AbstractParser):
""" This is the parser for filetypes that can not contain metadata. """
mimetypes = {'text/plain', 'image/x-ms-bmp'}
mimetypes = {'text/plain', 'image/x-ms-bmp', 'image/bmp'}
def get_meta(self) -> Dict[str, Union[str, Dict]]:
return dict()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment