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
It seems like we're trying to call .join() on a byte string. I suggest just fixing the crash but keeping byte strings disallowed - they won't work with gettext anyway because gettext uses normal strings internally.
The text was updated successfully, but these errors were encountered:
(Happens on current master)
Sample file:
now run
pybabel extract test.py -o messages.pot
and you'll get this error:It seems like we're trying to call
.join()
on a byte string. I suggest just fixing the crash but keeping byte strings disallowed - they won't work withgettext
anyway because gettext uses normal strings internally.The text was updated successfully, but these errors were encountered: