]> SALOME platform Git repositories - tools/sat.git/commitdiff
Salome HOME
sat log: bug fix for --terminal option
authorSerge Rehbinder <serge.rehbinder@cea.fr>
Wed, 23 Nov 2016 10:31:53 +0000 (11:31 +0100)
committerSerge Rehbinder <serge.rehbinder@cea.fr>
Wed, 23 Nov 2016 10:31:53 +0000 (11:31 +0100)
commands/log.py

index edd425b92092490571d345172f6d22145f4a8480..12d26bb6393982ce7c4b8776fb01cdb3808aa0b3 100644 (file)
@@ -223,7 +223,7 @@ def run(args, runner, logger):
         lLogs = src.logger.list_log_file(logDir, 
                                    src.logger.log_macro_command_file_expression)
         lLogsFiltered = []
-        for filePath, __, date, __, hour, cmd in lLogs:
+        for filePath, __, date, __, hour, cmd, __ in lLogs:
             showLog, cmdAppli = src.logger.show_command_log(filePath, cmd, 
                                 runner.cfg.VARS.application, notShownCommands)
             if showLog: