1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-12 15:19:27 +00:00
This commit is contained in:
deadc0de6
2023-10-22 14:51:36 +02:00
parent 607bb61006
commit aac37504e0

View File

@@ -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,