Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
fix: pre-commit
Browse files Browse the repository at this point in the history
Signed-off-by: Hayato Mizushima <[email protected]>
  • Loading branch information
hayato-m126 committed Aug 6, 2024
1 parent 9989129 commit 7fff06e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ python3 main.py ${input_bag_dir_root} ${output_bag_dir_root} -d
# example
$ tree
bag_root # <- input_bag_dir_root
├── sample_mcap # <- input_bag_dir
├── sample_mcap # <- input_bag_dir
│   ├── metadata.yaml
│   └── sample_mcap_0.db3
└── sample_sqlite3 # <- input_bag_dir
└── sample_sqlite3 # <- input_bag_dir
├── metadata.yaml
└── sample_sqlite3_0.db3
```
Expand Down
4 changes: 2 additions & 2 deletions autoware_msg_bag_converter/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
$ tree
bag_root # <- input_bag_dir_root
├── sample_mcap # <- input_bag_dir
   ├── metadata.yaml
   └── sample_mcap_0.db3
── metadata.yaml
└── sample_mcap_0.db3
└── sample_sqlite3 # <- input_bag_dir
├── metadata.yaml
└── sample_sqlite3_0.db3
Expand Down

0 comments on commit 7fff06e

Please sign in to comment.