]> arthur.barton.de Git - bup.git/commit
vint: remove unneded loop guards and improve checks
authorRob Browning <rlb@defaultvalue.org>
Sat, 26 Jan 2019 21:47:08 +0000 (15:47 -0600)
committerRob Browning <rlb@defaultvalue.org>
Sun, 3 Mar 2019 23:44:19 +0000 (17:44 -0600)
commitb9854b5160ba14dd8a1fb43fd304dc6398fa9e6e
treefbcdb4c598edb249e5a685b87fa550fe9dafeac7
parentf36225a7a52c4c603adceb8d1f7f3ded5381c69d
vint: remove unneded loop guards and improve checks

Don't bother to check the read/write loop guards; rely on checks in
the condiitonal arms.  Check read results for "not x" rather than "x
!= ''".
lib/bup/vint.py