jsk-ros-pkg / jsk_3rdparty

42 stars 60 forks source link

[dialogflow_task_executive] fix typo in dialogflow_client.py #445

Closed knorth55 closed 1 year ago

knorth55 commented 1 year ago

in python3, sys.version is str, so we cannot compare str and int. this PR fix to use sys.version_info.major, which is int

[rosout][ERROR] 2023-03-25 23:23:33,705: '<=' not supported between instances of 'str' and 'int'