From 9da22c3cb54c083ce9069466cf239478a83ba4d5 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage <gaetan.lepage@inria.fr> Date: Sat, 6 Aug 2022 07:38:13 +0200 Subject: [PATCH] switched to access2-cp --- rl_hm/data_fetcher/cluster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rl_hm/data_fetcher/cluster.py b/rl_hm/data_fetcher/cluster.py index 928b449..46d9229 100644 --- a/rl_hm/data_fetcher/cluster.py +++ b/rl_hm/data_fetcher/cluster.py @@ -55,7 +55,7 @@ USER_COLORS: dict[str, str] = { def _run_remote_command_and_fetch_dict(update_cmd: list[str]) -> dict: - update_cmd = ['ssh', 'access1-cp'] + update_cmd + update_cmd = ['ssh', 'access2-cp'] + update_cmd try: cmd_output: subprocess.CompletedProcess = subprocess.run(args=update_cmd, -- GitLab