mirror of
https://github.com/Dev-Wiki/git-repo.git
synced 2025-12-18 12:11:23 +08:00
2cd1f0452eb746ae727218f5dbda0fd1ae0b2e34
iterator.next() was replaced with iterator.__next__() in Python 3. Use next(iterator) instead which will select the correct method for returning the next item. Change-Id: I6d0c89c8b32e817e5897fe87332933dacf22027b
…
…
…
…
…
…
Description
Languages
Python
99.2%
Shell
0.8%