1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 12:03:49 +00:00

fix wrong return value with focus

This commit is contained in:
deadc0de6
2017-09-09 11:07:23 +02:00
parent 9c4a846172
commit 5019b7c49b

View File

@@ -116,7 +116,7 @@ def compare(opts, conf, tmp, focus=None):
LOG.log('diffing \"%s\" VS \"%s\"' % (dotfile.key, dotfile.dst))
LOG.emph(diff)
return len(dotfiles) > 0
return len(selected) > 0
def importer(opts, conf, paths):