We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d65b7eb commit d19ce64Copy full SHA for d19ce64
tf2_ros_py/tf2_ros/buffer.py
@@ -106,7 +106,7 @@ def _call_new_data_callbacks(self) -> None:
106
with self._callbacks_lock:
107
for callback in self._new_data_callbacks:
108
callback()
109
- # Remove callbacks after to avoid modifying list being iterated on
+ # Remove callbacks after to avoid modifying list being iterated on
110
for callback in self._callbacks_to_remove:
111
self._new_data_callbacks.remove(callback)
112
self._callbacks_to_remove.clear()
0 commit comments