rdiankov / openrave

Open Robotics Automation Virtual Environment: An environment for testing, developing, and deploying robotics motion planning algorithms.
http://www.openrave.org
Other
687 stars 340 forks source link

Fix logging on Python3 #1308

Closed cielavenir closed 10 months ago

cielavenir commented 10 months ago

Raw stream should be used for Py2.7+. Actually it raises error on Py3.

This is the simulation of commonlogging.py.

also fixes colorize and threading import.

cielavenir commented 10 months ago

pipelineid=391379 Pipeline #626784

rdiankov commented 10 months ago

thanks