From 947214182fe9fb27cb02ea92d7d2121ebfabd0a9 Mon Sep 17 00:00:00 2001 From: Kenny Sharma <kenny.sharma@tum.de> Date: Tue, 27 Jun 2017 13:00:33 +0200 Subject: [PATCH] [hotfix] Remove invalid pylint override. Change-Id: Ia51a19ea0aaf5b8d79c1c22a7b583bdfd078fd1f --- .../hbp_nrp_music_interface/launch/MUSICMPILauncher.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hbp_nrp_music_interface/hbp_nrp_music_interface/launch/MUSICMPILauncher.py b/hbp_nrp_music_interface/hbp_nrp_music_interface/launch/MUSICMPILauncher.py index e16fda1..0843afb 100644 --- a/hbp_nrp_music_interface/hbp_nrp_music_interface/launch/MUSICMPILauncher.py +++ b/hbp_nrp_music_interface/hbp_nrp_music_interface/launch/MUSICMPILauncher.py @@ -152,7 +152,6 @@ class MUSICMPILauncher(object): return # 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) if res == -1: return -- GitLab