AIT-Assistive-Autonomous-Systems/ros2bag_tools

Small problem with error message

KeisukeShima opened this issue · 1 comments

Hello, thanks for providing a nice tool.
I found a small problem today and I would like to report here.

In cut.py, there is a place where it is not f-string.
https://github.com/Kettenhoax/ros2bag_tools/blob/master/ros2bag_tools/ros2bag_tools/filter/cut.py#L111

The solution is:

                + f'duration of the input bags ({bag_start}, {bag_end})')

Good catch, thanks!