Skip to content

Commit

Permalink
Skip None Result
Browse files Browse the repository at this point in the history
Signed-off-by: jaywang <iwmq@qq.com>
  • Loading branch information
iwmq committed Jun 2, 2021
1 parent 21b988c commit 39af698
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ros2param/ros2param/verb/list.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ def main(self, *, args): # noqa: D102
print(
'Exception while calling service of node '
f"'{node_name.full_name}': {e}", file=sys.stderr)
continue
response = future.result()
sorted_names = sorted(response.result.names)
if regex_filter is not None:
Expand Down

0 comments on commit 39af698

Please sign in to comment.