diff --git a/coordinator/ProcessorServer.py b/coordinator/ProcessorServer.py index 50a68f17d64386fbd8b69a052ce9107a30a6f511..cd1c1ad06da667bf5a6540e8e3b7c25fb160be2f 100644 --- a/coordinator/ProcessorServer.py +++ b/coordinator/ProcessorServer.py @@ -124,7 +124,7 @@ def upload(config,FilesToSend,component): server_key = config['ServerKey'] if server_key == "": - ssh_cmd = ["ssh", f"mkdir -p {OutputServerPath}"] + ssh_cmd = [f"mkdir -p {OutputServerPath}"] run_in_shell: bool = True else: ssh_cmd = ["ssh", "-i", server_key, "-o", "StrictHostKeyChecking=no", config['ServerName'],