]> arthur.barton.de Git - bup.git/commit
tindex: add 0o to current octal literal
authorJulien Goodwin <jgoodwin@studio442.com.au>
Thu, 30 Aug 2018 09:57:18 +0000 (19:57 +1000)
committerRob Browning <rlb@defaultvalue.org>
Sat, 1 Sep 2018 17:44:15 +0000 (12:44 -0500)
commit9cc9ca7e2b50c7a7f19f66dd48bb096ed94d278a
treed121baa587e1461b5f16cfd9c4f34533f15c9394
parentd4100c81448484b8ea222fb78757bf003e181cf1
tindex: add 0o to current octal literal

Needed for python3.

This preserves current behaviour, but since I get no test failures if I
just chop of the leading 0 and make it a normal int there's a good
chance there's underlying breakage.

Signed-off-by: Julien Goodwin <jgoodwin@studio442.com.au>
[rlb@defaultvalue.org: adjust commit message summary]
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/t/tindex.py