-
- Downloads
Fix py37 compatibility
Unit tests are failing under python3.7. Generators which explicitly raise StopIteration can generally be changed to simply return instead. This will be compatible with all existing Python versions. PEP Documentation for this change: https://www.python.org/dev/peps/pep-0479/ Change-Id: I4ae2049d8a2469d0a37077bdc722481e68d7cc49 Closes-Bug: #1814890
Please register or sign in to comment