From 5f17372564e7e50303479e3c180a612093c72d49 Mon Sep 17 00:00:00 2001 From: Serge Rehbinder Date: Tue, 14 Feb 2017 09:13:15 +0100 Subject: [PATCH] little bug fix --- commands/jobs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2