From: Serge Rehbinder Date: Tue, 14 Feb 2017 08:13:15 +0000 (+0100) Subject: little bug fix X-Git-Tag: 5.0.0a1~22 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5f17372564e7e50303479e3c180a612093c72d49;p=tools%2Fsat.git little bug fix --- diff --git a/commands/jobs.py b/commands/jobs.py index eb27869..5a33304 100644 --- a/commands/jobs.py +++ b/commands/jobs.py @@ -1683,7 +1683,7 @@ def run(args, runner, logger): msg = _("The file configuration %s was not found." "\nUse the --list option to get the " "possible files." % config_file) - logger.write(src.printcolors.printcError(msg), 1) + logger.write("%s\n" % src.printcolors.printcError(msg), 1) return 1 l_conf_files_path.append(file_jobs_cfg) # Read the config that is in the file