From: Serge Rehbinder Date: Thu, 5 Jan 2017 11:14:50 +0000 (+0100) Subject: bug fix X-Git-Tag: 5.0.0a1~38^2~26 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1ec8313b5dbe4e27be6e6d2e41a4e1d566ce3fb0;p=tools%2Fsat.git bug fix --- diff --git a/commands/jobs.py b/commands/jobs.py index 14dfb94..6c26ea6 100644 --- a/commands/jobs.py +++ b/commands/jobs.py @@ -1696,7 +1696,7 @@ def run(args, runner, logger): for jb in config_jobs.jobs: if jb.name in options.only_jobs: l_jb.append(jb, - "Adding a job that was given in only_jobs option parameters") + "Job that was given in only_jobs option parameters\n") config_jobs.jobs = l_jb # Make a unique file that contain all the jobs in order to use it diff --git a/commands/script.py b/commands/script.py index 3f65fed..688ec71 100644 --- a/commands/script.py +++ b/commands/script.py @@ -17,7 +17,6 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA import os -import re import src