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
{{ message }}
This repository was archived by the owner on Mar 29, 2019. It is now read-only.
issue is unneeded unicode conversion in
env/lib/python2.7/site-packages/celery-3.0.19-py2.7.egg/celery/apps/worker.py
causes
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 93: ordinal not in range(128)
issue is unneeded unicode conversion in
env/lib/python2.7/site-packages/celery-3.0.19-py2.7.egg/celery/apps/worker.py
causes
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 93: ordinal not in range(128)
removing unicode brackets from line 230 fixes