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