Closed sebageek closed 3 years ago
Py2 / was integer division, Py3 is float. In the syncloop we reduce the chunk size in certain cases. If we use float division we end up getting a float in range(), which then dies with a TypeError.
Py2 / was integer division, Py3 is float. In the syncloop we reduce the chunk size in certain cases. If we use float division we end up getting a float in range(), which then dies with a TypeError.