Skip to content

Commit a9d4056

Browse files
committed
fix: word
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
1 parent fca0993 commit a9d4056

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

map/autoware_vector_map_marker_bag_tools/scripts/insert_vector_map_marker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def create_reader(bag_dir: str) -> SequentialReader:
146146
reader.open(storage_options, get_converter_options())
147147
except RuntimeError as exc:
148148
error_message = str(exc)
149-
if storage_id != "mcap" or "unindexed MCAP file" not in error_message:
149+
if storage_id != "mcap" or "not indexed MCAP file" not in error_message:
150150
raise
151151
print(f"[info] Reindexing input bag: {bag_dir}", file=sys.stderr)
152152
Reindexer().reindex(storage_options)

0 commit comments

Comments
 (0)