Skip to content

Commit

Permalink
Skip None Result (#646) (#723)
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Wang <19398624+iwmq@users.noreply.github.com>
(cherry picked from commit a9def45)

Co-authored-by: Jay Wang <19398624+iwmq@users.noreply.github.com>
  • Loading branch information
mergify[bot] and iwmq committed Jun 30, 2022
1 parent 96f97f7 commit e312237
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 @@ -113,6 +113,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 e312237

Please sign in to comment.