From 2acccc4a29e4af7912ac6495eb6fbe95659a0d5a Mon Sep 17 00:00:00 2001 From: Vasileios Karakasis Date: Fri, 23 Jul 2021 10:36:57 +0200 Subject: [PATCH] Remove redundant whitespace in local launcher's command --- reframe/core/pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reframe/core/pipeline.py b/reframe/core/pipeline.py index 09e14e90e4..7450261429 100644 --- a/reframe/core/pipeline.py +++ b/reframe/core/pipeline.py @@ -1396,7 +1396,7 @@ def run(self): commands = [ *prepare_cmds, *self.prerun_cmds, - ' '.join(exec_cmd), + ' '.join(exec_cmd).strip(), *self.postrun_cmds ] user_environ = env.Environment(type(self).__name__,