mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 22:04:44 +00:00
properly clean
This commit is contained in:
@@ -647,7 +647,8 @@ class Installer:
|
||||
ret = utils.fastdiff(src, dst)
|
||||
if ret:
|
||||
self.log.dbg('content differ')
|
||||
utils.removepath(tmp)
|
||||
if content:
|
||||
utils.removepath(tmp)
|
||||
return ret
|
||||
|
||||
def _show_diff_before_write(self, src, dst, content=None):
|
||||
|
||||
Reference in New Issue
Block a user