ros-drivers / rosserial

A ROS client library for small, embedded devices, such as Arduino. See: http://wiki.ros.org/rosserial
517 stars 525 forks source link

rosserial_python: Catch exception with 'as' instead of comma #473

Closed stertingen closed 4 years ago

stertingen commented 4 years ago

See https://stackoverflow.com/questions/2535760/python-try-except-comma-vs-as-in-except.

Python 3 enforces the usage of as, so fix it here.

stertingen commented 4 years ago

Duplicate of https://github.com/ros-drivers/rosserial/pull/470