Skip to content

Commit

Permalink
pass test
Browse files Browse the repository at this point in the history
Signed-off-by: yamasaki <[email protected]>
  • Loading branch information
ymski committed Aug 23, 2023
1 parent dd9152d commit d248086
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ros2caret/verb/caret_record_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
from tracetools_trace.tools import path
from tracetools_trace.tools import print_names_list


def init(
*,
session_name: str,
Expand Down
4 changes: 2 additions & 2 deletions ros2caret/verb/record.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
import rclpy
from rclpy import qos
from rclpy.node import Node
from tqdm import tqdm

from ros2caret.verb import VerbExtension
from .caret_record_init import init
from tqdm import tqdm
from ros2caret.verb.caret_record_init import init

from tracetools_trace.tools import lttng, names, path
from tracetools_trace.tools.signals import execute_and_handle_sigint
Expand Down

0 comments on commit d248086

Please sign in to comment.