From 51960c738697a628144acfa0c29d6290537521df Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Tue, 1 Aug 2023 07:52:10 +0200 Subject: [PATCH] linting --- dotdrop/dotdrop.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotdrop/dotdrop.py b/dotdrop/dotdrop.py index 0ce12f6..932ab75 100644 --- a/dotdrop/dotdrop.py +++ b/dotdrop/dotdrop.py @@ -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,