]> arthur.barton.de Git - bup.git/commit
get: remove extra src_repo
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 18 Dec 2019 21:43:58 +0000 (22:43 +0100)
committerRob Browning <rlb@defaultvalue.org>
Sun, 12 Jan 2020 16:47:51 +0000 (10:47 -0600)
commitab051b4620832ef8e2b4dd134b1b61241f53814e
tree3338bd7cc7acee07fb5bf5b84062cc48df10163e
parent3c57e31f68b3e68bf7053a628fcfd7ccccf217cd
get: remove extra src_repo

We already have a src_repo from the with statement, no need to
instantiate another one (that won't even be closed properly).

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
cmd/get-cmd.py