]> arthur.barton.de Git - bup.git/commit
midx: correct path_msg() use in an error path
authorJohannes Berg <johannes@sipsolutions.net>
Sun, 24 Jan 2021 20:28:35 +0000 (21:28 +0100)
committerRob Browning <rlb@defaultvalue.org>
Sun, 18 Apr 2021 17:26:09 +0000 (12:26 -0500)
commit77a4b4ea41fdebdce653775ce7c588cdeda0ec82
tree73640195e7610e9be7fa5c9b86f35e5408dca5f0
parent69691f0f15cc09a1f35372d36895861038df382b
midx: correct path_msg() use in an error path

pathmsg() doesn't exist, it should be path_msg(). Fix that.

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