Total edge case, but this:
|
bar += ('█' * prog_width) |
causes edward to crash on my system:
UnicodeEncodeError: 'charmap' codec can't encode character '\u2588' in position 17: character maps to <undefined>
Switching to any other character resolves the issue.
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.