mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-03-22 21:20:08 +00:00
linting
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user