Skip to content

Commit 4fe5d0b

Browse files
authored
jchore: treat raw string explicitly (#356)
Signed-off-by: MasatoSaeki <[email protected]>
1 parent 49ba568 commit 4fe5d0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • driving_log_replayer_v2/driving_log_replayer_v2/launch

driving_log_replayer_v2/driving_log_replayer_v2/launch/argument.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def add_launch_arg(
154154
add_launch_arg(
155155
"override_topics_regex",
156156
default_value="",
157-
description="use allowlist. Ex: override_topics_regex:=\^/tf\$\|/sensing/lidar/concatenated/pointcloud\|\^/perception/.\*/objects\$", # noqa
157+
description=r"use allowlist. Ex: override_topics_regex:=\^/tf\$\|/sensing/lidar/concatenated/pointcloud\|\^/perception/.\*/objects\$",
158158
)
159159
add_launch_arg(
160160
"storage",

0 commit comments

Comments
 (0)