From: Serge Rehbinder Date: Wed, 23 Nov 2016 10:31:53 +0000 (+0100) Subject: sat log: bug fix for --terminal option X-Git-Tag: 5.0.0a1~38^2~59 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d0614ae7c3698857878a59ed429ce125e45b2c7d;p=tools%2Fsat.git sat log: bug fix for --terminal option --- diff --git a/commands/log.py b/commands/log.py index edd425b..12d26bb 100644 --- a/commands/log.py +++ b/commands/log.py @@ -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: