-
Notifications
You must be signed in to change notification settings - Fork 94
"TypeError: ord() expected string of length 1, but int found" - python3 (TinyFPGA BX, Ubuntu 19.04) #48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
mithro
added a commit
to mithro/TinyFPGA-Bootloader
that referenced
this issue
May 14, 2019
* Run doctests under tox. * Add pretty_hdex doc tests for string, bytes and unicode Fixes tinyfpga#48
mithro
added a commit
to mithro/TinyFPGA-Bootloader
that referenced
this issue
May 14, 2019
* Run doctests under tox. * Add pretty_hdex doc tests for string, bytes and unicode Fixes tinyfpga#48
mithro
added a commit
to mithro/TinyFPGA-Bootloader
that referenced
this issue
May 14, 2019
* Run doctests under tox. * Add pretty_hex doctests for string, bytes and unicode types. Fixes tinyfpga#48
@zrecore Can you please test this fixed your issue? |
@mithro ok, testing now |
@zrecore It looks like your still failing? Can you log a full bug for that somewhere (maybe on https://github.com/timvideos/litex-buildenv/issues)? |
@mithro added issue at timvideos/litex-buildenv#137 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TinyFPGA-Bootloader/programmer/tinyprog/__init__.py
Line 38 in 99f87a5
... Removing the call to ord() here allows the script to continue execution.
The text was updated successfully, but these errors were encountered: