1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-08 11:59:16 +00:00

remove error reported by logger for #268

This commit is contained in:
deadc0de6
2020-10-26 13:22:13 +01:00
parent 0ae35fa071
commit bd09d4070f
4 changed files with 38 additions and 28 deletions

View File

@@ -537,7 +537,7 @@ class Installer:
diff = utils.diff(modified=src, original=dst, raw=False,
diff_cmd=self.diff_cmd)
if tmp:
utils.remove(tmp, quiet=True)
utils.remove(tmp, logger=self.log)
if not quiet and diff:
self._print_diff(src, dst, diff)