]> arthur.barton.de Git - bup.git/commit
restore: when -vv is specified, don't crash when printing paths
authorJean-Paul Marmorat <jean-paul.marmorat@mines-paristech.fr>
Fri, 6 Nov 2020 15:07:39 +0000 (16:07 +0100)
committerRob Browning <rlb@defaultvalue.org>
Sat, 19 Dec 2020 22:32:04 +0000 (16:32 -0600)
commita97b15649e7e7d64db99e1e34e2fe428a404cc9f
tree341d21a96fb1d99a89a45daaf4924bce3bf3c59b
parentefbaea5c098900d624b175460eec150be32638a0
restore: when -vv is specified, don't crash when printing paths

Without the fix restore would crash like this:

  TypeError: can't concat str to bytes

Signed-off-by: Jean-Paul Marmorat <jean-paul.marmorat@mines-paristech.fr>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
[rlb@defaultvalue.org: add angle brackets around email address in
 signed-off-by; adjust commit message]
Tested-by: Rob Browning <rlb@defaultvalue.org>
lib/cmd/restore-cmd.py