1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-08 07:19:16 +00:00

ensure ignore are respected

This commit is contained in:
deadc0de6
2020-12-11 19:45:03 +01:00
parent f6ac82082f
commit 2e0bab0ba2
3 changed files with 12 additions and 10 deletions

View File

@@ -148,7 +148,7 @@ class Updater:
return tmp
def _is_template(self, path):
if not Templategen.is_template(path):
if not Templategen.is_template(path, ignore=self.ignores):
if self.debug:
self.log.dbg('{} is NO template'.format(path))
return False