-
Notifications
You must be signed in to change notification settings - Fork 757
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
Progress bar encoding error - Windows #790
Labels
Comments
Does a simple try/except, whose except block swaps the character with a more compatible character work? Seems like an easy fix. |
@aornugent could you specify a character that works? |
I went with '+'
|
#692. This fix is still up for grabs if anyone's interested. Should be a 3-5 line addition for the try/except block. |
abs51295
added a commit
to abs51295/edward
that referenced
this issue
Feb 7, 2018
dustinvtran
pushed a commit
that referenced
this issue
Feb 7, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Total edge case, but this:
edward/edward/util/progbar.py
Line 83 in 0a995ae
causes edward to crash on my system:
Switching to any other character resolves the issue.
The text was updated successfully, but these errors were encountered: