mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-03-24 08:15:06 +00:00
linting
This commit is contained in:
@@ -216,7 +216,8 @@ def _dotfile_install(opts, dotfile, tmpdir=None):
|
|||||||
LOG.dbg(dotfile.prt())
|
LOG.dbg(dotfile.prt())
|
||||||
|
|
||||||
ignores = list(set(opts.install_ignore + dotfile.instignore))
|
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(
|
is_template = dotfile.template and Templategen.path_is_template(
|
||||||
dotfile.src,
|
dotfile.src,
|
||||||
|
|||||||
Reference in New Issue
Block a user