From: Serge Rehbinder Date: Tue, 14 Feb 2017 08:10:59 +0000 (+0100) Subject: little bug fix X-Git-Tag: 5.0.0a1~25 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=50c5cc321b87b582bb858159d52e2462eadc8267;p=tools%2Fsat.git little bug fix --- 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)