]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/cmd/get.py
pylint: enable inconsistent-return-statements
[bup.git] / lib / bup / cmd / get.py
index 8629f4fd10c3f2693817c0472fb36c3c6a23eb10..599dcc6b489c1aee2f5a128e087c2ca1a2abe197 100755 (executable)
@@ -370,6 +370,8 @@ def handle_ff(item, src_repo, writer, opt):
         return item.src.hash, unhexlify(commit_items.tree)
     misuse('destination is not an ancestor of source for %s'
            % spec_msg(item.spec))
+    # misuse() doesn't return
+    return None
 
 
 def resolve_append(spec, src_repo, dest_repo):