]> arthur.barton.de Git - bup.git/commit
get/init: consistently use argv_bytes() for RemoteRepo/Client
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 14 Jan 2020 15:18:18 +0000 (16:18 +0100)
committerRob Browning <rlb@defaultvalue.org>
Thu, 16 Jan 2020 07:05:17 +0000 (01:05 -0600)
commit37c1b045a01efa8ddf9345569fe824f167bf48e4
tree6af5503f6ab15bd87f51b60c3208b833e8f127c0
parentb86fb21ae670f8d1dc42d26bd69252cb9cc0ab7f
get/init: consistently use argv_bytes() for RemoteRepo/Client

We should be using argv_bytes() here, since the parsing will
require using bytes later.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
cmd/get-cmd.py
cmd/init-cmd.py