]> arthur.barton.de Git - bup.git/commit
catpipe: remove useless StopIteration catching
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 28 Jan 2020 23:16:54 +0000 (00:16 +0100)
committerRob Browning <rlb@defaultvalue.org>
Sun, 1 Mar 2020 22:53:57 +0000 (16:53 -0600)
commit7e7f0b0a577cec842e48ab9294226a86929a53e0
treeda9e01e8ca80717215a558542266f535ed7b2c1c
parentc8e732b79ce84e1c04e351586446458911a84ae1
catpipe: remove useless StopIteration catching

StopIteration cannot escape this loop construct, remove it.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/git.py