diff --git a/dotdrop/templategen.py b/dotdrop/templategen.py index 9b8ae8f..c6c2edf 100644 --- a/dotdrop/templategen.py +++ b/dotdrop/templategen.py @@ -180,6 +180,7 @@ class Templategen: return f'{prepend}{utils.header()}' def _get_filetype(self, src): + """use magic or the file command to get the mime type of a file""" try: # pylint: disable=C0415 import magic