designate/designate/producer
Corey Bryant 19b8a6e852 Replace StopIteration with return for PEP 0479
PEP 0479, https://www.python.org/dev/peps/pep-0479/, makes the
following change: "when StopIteration is raised inside a generator,
it is replaced it with RuntimeError".

The PEP suggests that if raise StopIteration occurs directly in a
generator, simply replace it with return.

Change-Id: I9bb72936c8d56b338084bb0be7e75aecdf09f8b3
Closes-Bug: #1780827
2018-07-17 12:07:57 -04:00
..
__init__.py Improving auto-genconfig for producer cfg 2017-07-31 19:22:27 +07:00
service.py Remove translation of log messages 2018-03-14 12:54:05 -07:00
tasks.py Replace StopIteration with return for PEP 0479 2018-07-17 12:07:57 -04:00