chore: master app move configs
Create a new service / deploy (push) Successful in 2s

This commit is contained in:
Benjamin Labrecque
2026-07-01 16:08:38 +02:00
parent d16b8bc201
commit 3c2faa44e9
2 changed files with 2 additions and 1 deletions
@@ -35,7 +35,8 @@ __version__ = printgetversion(__file__)
PV = get_pv_class()
HERE_DIR = Path(__file__).parent
HLA_NAMES_PATH = HERE_DIR / "hla_names.yml"
CONFIG_DIR = HERE_DIR / ".." / "config"
HLA_NAMES_PATH = CONFIG_DIR / "hla_names.yml"
def read_hla_names():