]> arthur.barton.de Git - bup.git/commit
split: use // not / for division
authorRob Browning <rlb@defaultvalue.org>
Sun, 21 Jan 2018 22:26:24 +0000 (16:26 -0600)
committerRob Browning <rlb@defaultvalue.org>
Sat, 7 Jul 2018 17:59:21 +0000 (12:59 -0500)
commitc4fdab1acc87dcaf76dc3a973d21d1bfa3643e9c
tree137b889882e9dc4093464321c7560bfcb84abd05
parent1edb3d2f50b264744544fa3691db6a39a1d8c78a
split: use // not / for division

Without this, columnate can go off into the weeds because Python 3
changed / to floating point.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
cmd/split-cmd.py