1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-10 16:49:17 +00:00

update doc for #290

This commit is contained in:
deadc0de6
2020-11-15 16:49:23 +01:00
parent 263d7f744f
commit 85f572cbd1
3 changed files with 17 additions and 7 deletions

View File

@@ -152,6 +152,7 @@ class Templategen:
if self.debug:
self.log.dbg('using \"magic\" for filetype identification')
except ImportError:
# fallback
_, filetype = utils.run(['file', '-b', '--mime-type', src],
raw=False, debug=self.debug)
if self.debug: