Skip to content

Commit caa8c05

Browse files
authored
Fix service_handle is unused (#36)
1 parent d2bd9ba commit caa8c05

File tree

1 file changed

+1
-1
lines changed
  • tracetools_analysis/tracetools_analysis/data_model

1 file changed

+1
-1
lines changed

tracetools_analysis/tracetools_analysis/data_model/ros2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def add_service(
159159
self, handle, timestamp, node_handle, rmw_handle, service_name
160160
) -> None:
161161
self._services.append({
162-
'service_handle': timestamp,
162+
'service_handle': handle,
163163
'timestamp': timestamp,
164164
'node_handle': node_handle,
165165
'rmw_handle': rmw_handle,

0 commit comments

Comments
 (0)