From 376470aae6eaea47456149bfffe7bcb6ecaf8838 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 22 Jun 2021 15:34:35 +0200 Subject: [PATCH] add missing "expect" handling when there's not many windows --- eoptasks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/eoptasks.py b/eoptasks.py index fc89c47..b2486d5 100755 --- a/eoptasks.py +++ b/eoptasks.py @@ -461,6 +461,7 @@ else: handle_expects() time.sleep(0.1) send_status() + handle_expects() percentage = (total_number - len(selected_servers)) / total_number if percentage == 1: