Closed toblu302 closed 4 years ago
map() was changed in Python 3 to return an iterator instead of a list, while process.write_array expects a list. This pull request fixes this by using a list comprehension instead of map().
map() was changed in Python 3 to return an iterator instead of a list, while process.write_array expects a list. This pull request fixes this by using a list comprehension instead of map().