From 5d0119bd3ac6ab9d3ed01e224496a5ea8fb5f31f Mon Sep 17 00:00:00 2001 From: dbarzin Date: Thu, 23 Mar 2023 14:21:35 +0100 Subject: [PATCH] code quality --- pandora-box.py | 1 + tests/mouse-click-or-key.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora-box.py b/pandora-box.py index 2ea8196..837704b 100755 --- a/pandora-box.py +++ b/pandora-box.py @@ -736,6 +736,7 @@ def waitMouseOrEnter(): while not (mouseEvent.is_set() or enterEvent.is_set()): mouseOrEnterCondition.wait() + # -------------------------------------- def clean(): diff --git a/tests/mouse-click-or-key.py b/tests/mouse-click-or-key.py index e334733..565fddf 100755 --- a/tests/mouse-click-or-key.py +++ b/tests/mouse-click-or-key.py @@ -55,7 +55,6 @@ def waitMouseOrEnter(): mouseOrEnterCondition.wait() - print("Wait mouse click or enter") waitMouseOrEnter() print("Done.")