From d4e27877dcd23edf76f5d39704d8fb311517d050 Mon Sep 17 00:00:00 2001 From: reflus <77828132+reflus@users.noreply.github.com> Date: Sat, 21 Jan 2023 01:40:27 +0100 Subject: [PATCH] Update __init__.py make it compatible with python 3.3 --- libs/stino_runtime/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/stino_runtime/__init__.py b/libs/stino_runtime/__init__.py index 85f14f6..9892710 100644 --- a/libs/stino_runtime/__init__.py +++ b/libs/stino_runtime/__init__.py @@ -1825,7 +1825,7 @@ def run_build_commands(cmds, msgs): """.""" is_ok = True n = 0 - + percent = 0 non_blank_msgs = [m for m in msgs if m] total = len(non_blank_msgs) for cmd, msg in zip(cmds, msgs):