mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-12 14:11:20 +00:00
fix dups
This commit is contained in:
@@ -135,11 +135,6 @@ class Installer:
|
|||||||
# normal file
|
# normal file
|
||||||
if isdir:
|
if isdir:
|
||||||
ret, err, ins = self._copy_dir(templater, src, dst,
|
ret, err, ins = self._copy_dir(templater, src, dst,
|
||||||
actionexec=actionexec,
|
|
||||||
noempty=noempty, ignore=ignore,
|
|
||||||
is_template=is_template)
|
|
||||||
|
|
||||||
ret, err = self._copy_dir(templater, src, dst,
|
|
||||||
actionexec=actionexec,
|
actionexec=actionexec,
|
||||||
noempty=noempty, ignore=ignore,
|
noempty=noempty, ignore=ignore,
|
||||||
is_template=is_template,
|
is_template=is_template,
|
||||||
|
|||||||
Reference in New Issue
Block a user