1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-03-22 21:20:08 +00:00
This commit is contained in:
deadc0de6
2023-08-01 07:52:10 +02:00
committed by deadc0de
parent 5fd92253f1
commit 51960c7386

View File

@@ -216,7 +216,8 @@ def _dotfile_install(opts, dotfile, tmpdir=None):
LOG.dbg(dotfile.prt())
ignores = list(set(opts.install_ignore + dotfile.instignore))
ignores = ignores_to_absolute(ignores, [dotfile.dst, dotfile.src], debug=opts.debug)
ignores = ignores_to_absolute(ignores, [dotfile.dst, dotfile.src],
debug=opts.debug)
is_template = dotfile.template and Templategen.path_is_template(
dotfile.src,