We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e1482b commit 294c93aCopy full SHA for 294c93a
2 files changed
pyproject.toml
@@ -45,7 +45,7 @@ dev = [
45
]
46
47
[project.scripts]
48
-fastcs-eiger = "fastcs_eiger.__main__:main"
+fastcs-eiger = "fastcs_eiger.__main__:app"
49
50
[project.urls]
51
GitHub = "https://github.com/DiamondLightSource/fastcs-eiger"
tests/start_tickit_client.sh
@@ -0,0 +1,3 @@
1
+#!/bin/bash
2
+SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
3
+python -m tickit --log-level INFO all $SCRIPT_DIR/system/eiger.yaml
0 commit comments