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

Merge pull request #192 from samwhitlock/master

Fixing no-assignment issue in _diff_before_write
This commit is contained in:
deadc0de
2019-10-22 08:11:16 +02:00
committed by GitHub

View File

@@ -422,6 +422,7 @@ class Installer:
tmp = utils.write_to_tmpfile(content)
src = tmp
diff = utils.diff(src, dst, raw=False)
if tmp:
utils.remove(tmp, quiet=True)
# fake the output for readability