Skip to content

Commit

Permalink
total number of processes becomes None
Browse files Browse the repository at this point in the history
  • Loading branch information
miyakoshi-dev committed Jul 2, 2024
1 parent a4f40f0 commit 7fb6e01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ros2caret/verb/record.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,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()
Expand Down

0 comments on commit 7fb6e01

Please sign in to comment.