From 45d6d646aca2e8017e8ff8df68e573842d176c41 Mon Sep 17 00:00:00 2001 From: SPN Salome - CEA Date: Tue, 13 Jun 2017 10:18:03 +0200 Subject: [PATCH] bug fix --- commands/jobs.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/commands/jobs.py b/commands/jobs.py index bb4f785..42b5c1a 100644 --- a/commands/jobs.py +++ b/commands/jobs.py @@ -292,8 +292,7 @@ class Job(object): " job --jobs_config " + os.path.join(self.machine.sat_path, self.name_remote_jobs_pyconf) + - ' --name "' + - self.name + '"') + " --name " + self.name) if prefix: self.command = prefix + ' "' + self.command +'"' -- 2.39.2