mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 19:09:44 +00:00
fix dups
This commit is contained in:
@@ -137,13 +137,8 @@ class Installer:
|
|||||||
ret, err, ins = self._copy_dir(templater, src, dst,
|
ret, err, ins = 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,
|
||||||
|
chmod=chmod)
|
||||||
ret, err = self._copy_dir(templater, src, dst,
|
|
||||||
actionexec=actionexec,
|
|
||||||
noempty=noempty, ignore=ignore,
|
|
||||||
is_template=is_template,
|
|
||||||
chmod=chmod)
|
|
||||||
if self.remove_existing_in_dir and ins:
|
if self.remove_existing_in_dir and ins:
|
||||||
self._remove_existing_in_dir(dst, ins)
|
self._remove_existing_in_dir(dst, ins)
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user