Skip to content

Commit 0c9092c

Browse files
Merge branch '135-fix-ros2-trace' into 'master'
Fix 'ros2 trace' fini() error Closes ros2#135 See merge request ros-tracing/ros2_tracing!287
2 parents f13c380 + a563745 commit 0c9092c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ros2trace/ros2trace/command/trace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ def main(self, *, parser, args):
3737
):
3838
return 1
3939
fini(
40-
args.session_name,
40+
session_name=args.session_name,
4141
)
4242
return 0

0 commit comments

Comments
 (0)