minor fix to allow learn_color_balance.py to work with python 3+
map object returns an iterator, not a list, in python 3. fix: list(map()) is still compatible with python 2
Showing
Please
register
or
sign in
to comment
map object returns an iterator, not a list, in python 3. fix: list(map()) is still compatible with python 2