Skip to content

Commit

Permalink
reflected review results
Browse files Browse the repository at this point in the history
  • Loading branch information
miyakoshi-dev committed Jul 9, 2024
1 parent 7fb6e01 commit 6e2c021
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ros2caret/verb/record.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,8 @@ def subscription_callback(self, msg):
if msg.caret_node_name in self._caret_node_names:
self._caret_node_names.remove(msg.caret_node_name)
else:
return

if self._progress:
self._progress.update()
if self._progress:
self._progress.update()

if len(self._caret_node_names) == 0:
self.stop_progress()
Expand Down

0 comments on commit 6e2c021

Please sign in to comment.