Skip to content

Commit

Permalink
Fix write_config call (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
benemer authored Jun 11, 2024
1 parent 4225185 commit 6d76ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ visualizer = [

[project.scripts]
kiss_icp_pipeline = "kiss_icp.tools.cmd:run"
kiss_icp_dump_config = "kiss_icp.config.parser:write_dump_config"
kiss_icp_dump_config = "kiss_icp.config.parser:write_config"

[project.urls]
Homepage = "https://github.com/PRBonn/kiss-icp"
Expand Down

0 comments on commit 6d76ca8

Please sign in to comment.