Skip to content
Snippets Groups Projects
Commit 94721418 authored by Kenny Sharma's avatar Kenny Sharma
Browse files

[hotfix] Remove invalid pylint override.

Change-Id: Ia51a19ea0aaf5b8d79c1c22a7b583bdfd078fd1f
parent 911c29ab
No related branches found
No related tags found
No related merge requests found
...@@ -152,7 +152,6 @@ class MUSICMPILauncher(object): ...@@ -152,7 +152,6 @@ class MUSICMPILauncher(object):
return return
# request the ip of the Gazebo node, result will be -1 if not found # request the ip of the Gazebo node, result will be -1 if not found
# pylint:disable=unpacking-non-sequence
res, _, ip = rosnode.get_api_uri(rospy.get_master(), '/gazebo', True) res, _, ip = rosnode.get_api_uri(rospy.get_master(), '/gazebo', True)
if res == -1: if res == -1:
return return
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment