From 1ec8313b5dbe4e27be6e6d2e41a4e1d566ce3fb0 Mon Sep 17 00:00:00 2001 From: Serge Rehbinder Date: Thu, 5 Jan 2017 12:14:50 +0100 Subject: [PATCH] bug fix --- commands/jobs.py | 2 +- commands/script.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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 -- 2.39.2