From 50c5cc321b87b582bb858159d52e2462eadc8267 Mon Sep 17 00:00:00 2001 From: Serge Rehbinder Date: Tue, 14 Feb 2017 09:10:59 +0100 Subject: [PATCH] little bug fix --- commands/jobs.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/commands/jobs.py b/commands/jobs.py index fa1db08..bf88ef7 100644 --- a/commands/jobs.py +++ b/commands/jobs.py @@ -1315,7 +1315,6 @@ class Gui(object): self.logger.write("%s\n" % src.printcolors.printcWarning( msg), 5) - # Construct the dictionnary self.history for job in l_jobs + l_jobs_not_today: l_links = [] @@ -1681,7 +1680,7 @@ def run(args, runner, logger): for config_file in options.jobs_cfg: found, file_jobs_cfg = get_config_file_path(config_file, l_cfg_dir) if not found: - msg = _("The file configuration %(name_file)s was not found." + msg = _("The file configuration %s was not found." "\nUse the --list option to get the " "possible files." % config_file) src.printcolors.printcError(msg) -- 2.39.2