Skip to content

Commit

Permalink
Add hi_run run key
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingface0 committed Sep 4, 2023
1 parent 800474b commit dfb2f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dqmsquare_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit dfb2f1f

Please sign in to comment.