Skip to content

Commit 5003b1e

Browse files
committed
Filename of simvue_sender was wrong
1 parent 9892ca4 commit 5003b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ torch = ["torch"]
2929
plot = ["matplotlib", "plotly"]
3030

3131
[tool.poetry.scripts]
32-
simvue_sender = "simvue.bin.simvue_sender:run"
32+
simvue_sender = "simvue.bin.sender:run"
3333

3434
[tool.poetry.group.dev.dependencies]
3535
pytest = "^8.0.0"

0 commit comments

Comments
 (0)