Fix bad end of iterator and unused variable
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Tue, 9 Apr 2019 09:50:11 +0000 (11:50 +0200)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Tue, 9 Apr 2019 09:50:11 +0000 (11:50 +0200)
commitd6f2f64e001bfd94551cc127f7e92395bf11fb17
tree4101aee5368fb116de8fc51ba7ecfc9c66d67f65
parentf0ce9cfc4da020e67fb8180cc280dbc7309b6ddc
Fix bad end of iterator and unused variable

The StopIteration is a real error in python 3.7
src/text_helpers.py