From 95881c272d9a403588c2eb66fd786b083fd89dd4 Mon Sep 17 00:00:00 2001 From: Felix Tomski <tomski@itc.rwth-aachen.de> Date: Mon, 27 Jun 2022 15:01:20 +0200 Subject: [PATCH] Remove whitespace after singularityRunstep script --- driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver.py b/driver.py index ed6014d..486869a 100644 --- a/driver.py +++ b/driver.py @@ -119,7 +119,7 @@ def handle_run(): command += [f'{HOME}/Runner/singularityLocalRunstep.sh', f'{get_clone_path()}/{container}', script_hash] else: - command += [f'{HOME}/Runner/singularityRunstep.sh ', container, script_hash] + command += [f'{HOME}/Runner/singularityRunstep.sh', container, script_hash] print(command) cmd_ret = subprocess.run(command) -- GitLab