]> SALOME platform Git repositories - tools/sat.git/commitdiff
Salome HOME
little bug fix
authorSerge Rehbinder <serge.rehbinder@cea.fr>
Tue, 14 Feb 2017 08:13:15 +0000 (09:13 +0100)
committerSerge Rehbinder <serge.rehbinder@cea.fr>
Tue, 14 Feb 2017 08:13:15 +0000 (09:13 +0100)
commands/jobs.py

index eb278698d73caa4afe260f2a1adb4cc2a60d607f..5a33304860def953352f9f5f506a69efcef10076 100644 (file)
@@ -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