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
I'm seeing this error (twice now, not sure if the first one was the same unicode character):
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/local/lib/python2.7/dist-packages/catkin_tools/execution/controllers.py", line 445, in run
wide_log('\n'.join(lines))
File "/usr/local/lib/python2.7/dist-packages/catkin_tools/common.py", line 450, in wide_log
wide_log_fn(msg, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/catkin_tools/common.py", line 419, in disabled_wide_log
log(msg, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/catkin_tools/common.py", line 272, in log
print(*args, **kwargs)
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2018' in position 178: ordinal not in range(128)
Let me know if there are more details I can provide (I saved the build folder but I'd have to "clean" any files you want for private info).
The text was updated successfully, but these errors were encountered:
I'm seeing this error (twice now, not sure if the first one was the same unicode character):
Let me know if there are more details I can provide (I saved the build folder but I'd have to "clean" any files you want for private info).
The text was updated successfully, but these errors were encountered: