jsk-ros-pkg / jsk_3rdparty

42 stars 60 forks source link

[respeaker_ros] add FileNotFoundError in respeaker for python3 #428

Closed knorth55 closed 1 year ago

knorth55 commented 1 year ago

when the device is not found, the raised error is FileNotFoundError, not IOError in Python3. this PR changes to catch the FileNotFoundError.