From dfb2f1ffc74be2e68994c17d505f30e1f947af02 Mon Sep 17 00:00:00 2001 From: Dimitris Papagiannis Date: Mon, 4 Sep 2023 17:52:26 +0200 Subject: [PATCH] Add hi_run run key --- dqmsquare_cfg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dqmsquare_cfg.py b/dqmsquare_cfg.py index 7d3f726..be3c5b5 100644 --- a/dqmsquare_cfg.py +++ b/dqmsquare_cfg.py @@ -107,7 +107,7 @@ def load_cfg() -> dict: "SERVER_GRID_KEY_PATH", os.path.expanduser("~/.globus/userkey.pem") ) ) - cfg["SERVER_SIMULATOR_RUN_KEYS"] = "cosmic_run,pp_run,commisioning_run" + cfg["SERVER_SIMULATOR_RUN_KEYS"] = "cosmic_run,pp_run,hi_run,commisioning_run" cfg["ROBBER_LOG_PATH_PRODUCTION"] = ( os.path.join("/", mount_path, "log/robber1.log")