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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user