Some more fixes to MVP

This commit is contained in:
2025-07-22 14:13:01 +02:00
parent 6137b63d07
commit 33f18ba9f0
3 changed files with 7 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ from caproto.sync.client import read, write
def read_config():
root_dir = os.path.dirname(__file__)
with open(root_dir + "config.yaml", "r") as f:
with open(root_dir + "/config.yaml", "r") as f:
return yaml.safe_load(f)