mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-15 13:55:04 +00:00
fix dups
This commit is contained in:
@@ -135,11 +135,6 @@ class Installer:
|
||||
# normal file
|
||||
if isdir:
|
||||
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,
|
||||
noempty=noempty, ignore=ignore,
|
||||
is_template=is_template,
|
||||
|
||||
Reference in New Issue
Block a user