1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-07 11:03:31 +00:00

fix compare bug

This commit is contained in:
deadc0de6
2020-09-04 07:10:41 +02:00
parent 6565a76b1e
commit 69cf14e302
5 changed files with 24 additions and 13 deletions

View File

@@ -36,8 +36,8 @@ class TestCompare(unittest.TestCase):
results = {}
for dotfile in dotfiles:
path = os.path.expanduser(dotfile.dst)
ret, insttmp = inst.install_to_temp(t, tmp, dotfile.src,
dotfile.dst)
ret, err, insttmp = inst.install_to_temp(t, tmp, dotfile.src,
dotfile.dst)
if not ret:
results[path] = False
continue