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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user