You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Tue, Dec 17, 2019 at 4:42 PM ladyada ***@***.***> wrote:
thanks, please submit a PR either here or upstream :)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#97?email_source=notifications&email_token=AJMYQI5DAIXWPP6RUZXDG53QZFBUVA5CNFSM4J4B354KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHEBTMI#issuecomment-566761905>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJMYQIYNZJ3UZ7MGWHSTWLTQZFBUVANCNFSM4J4B354A>
.
I may be using a different version of Python than you, but when I run gendata.py I get this error in line 34:
I fixed it by changing
for row in range(bootloader_size / 16):
to
for row in range(bootloader_size // 16):
The text was updated successfully, but these errors were encountered: