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
When pybetter is run, it results in the error: UnicodeEncodeError: 'charmap' codec can't encode character '\U2728' in position 0: character maps to <undefined>.
This comes from line 202 of cli.py
print(emojify(f":sparkles: All done! :sparkles: :clock2: {time_taken}"))
Describe the Problem
When pybetter is run, it results in the error:
UnicodeEncodeError: 'charmap' codec can't encode character '\U2728' in position 0: character maps to <undefined>
.This comes from line 202 of
cli.py
Removing the call to emojify fixes the error.
This should be fixed before #79.
The text was updated successfully, but these errors were encountered: