jsk-ros-pkg / jsk_robot

jsk-ros-pkg/jsk_robot
https://github.com/jsk-ros-pkg/jsk_robot
73 stars 97 forks source link

[jsk_robot_startup] fix python3 decode error in smach_to_mail #1788

Closed knorth55 closed 1 year ago

knorth55 commented 1 year ago

this PR fix error in python3 + smach_to_mail.py. x['MAIL'] is bytes object, so it should be decoded to utf-8.

knorth55 commented 1 year ago

can you open a pr to update this pr?

tkmtnt7000 commented 1 year ago

Sure. Um.. send pr to jsk-ros-pkg directly?? i have just sent pr to knorth55's branch.