Skip to content
Commit e884c512 authored by Martin Lavoie's avatar Martin Lavoie Committed by hydrargyrum
Browse files

[cmso] Fix retry in python 3

In python 2, generators (including function with yield) use the 'next' method to get the next value.
In python 3, they use the '__next__' method.
parent 2cbfb34c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment