manna-harbour / qmk_firmware

See the "forkreadme" branch or the following link for a description of branches maintained in this fork.
https://github.com/manna-harbour/qmk_firmware/blob/forkreadme/readme.org
GNU General Public License v2.0
281 stars 64 forks source link

Change usage of map() to zip() #10

Closed tarkpate closed 3 years ago

tarkpate commented 3 years ago

Changing to use the zip function fixes the error I was getting with Python 3.9. Still working with Python 2.7.

obar commented 3 years ago

OK I came to the same conclusion and should have looked at your other changes! I was already using the changes from your other pull request. Will close my completely identical #19 :smile:

@manna-harbour anything blocking the merge of this and #12?

manna-harbour commented 3 years ago

Thanks @RubioJr9 and @obar. I've tested with python2 and python3 and it works with both.

manna-harbour commented 3 years ago

Merged. Thanks!