Closed knorth55 closed 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.
python3
smach_to_mail.py
x['MAIL']
bytes
utf-8
can you open a pr to update this pr?
Sure. Um.. send pr to jsk-ros-pkg directly?? i have just sent pr to knorth55's branch.
this PR fix error in
python3
+smach_to_mail.py
.x['MAIL']
isbytes
object, so it should be decoded toutf-8
.