]> arthur.barton.de Git - bup.git/commit
restore: fix error message for inaccessible items
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 29 Dec 2020 21:26:40 +0000 (22:26 +0100)
committerRob Browning <rlb@defaultvalue.org>
Thu, 31 Dec 2020 20:34:51 +0000 (14:34 -0600)
commit13bada8e93ba38be4770fc3773d9569a759d775d
tree9033d3f6829bdade886d63e30931117d3fcec1ae
parentb8e90ee2882c7b93d6c8c8fb1ef4cc6ed00aa2b3
restore: fix error message for inaccessible items

This actually shows up during tests, but it's hidden as it's
an error where we _expect_ bup to fail (and don't check why).
Fix the message in this case.

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