From 5aa52e1552016f957f7a7590d7b07dd2e7838d9b Mon Sep 17 00:00:00 2001 From: tligui_y Date: Thu, 7 Aug 2025 15:37:50 +0200 Subject: [PATCH] Update tests/test_utils_pv.py --- tests/test_utils_pv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_utils_pv.py b/tests/test_utils_pv.py index 09184c03c..35ae7e1e4 100644 --- a/tests/test_utils_pv.py +++ b/tests/test_utils_pv.py @@ -86,7 +86,7 @@ def test_put_with_progress_and_repr(value_new, value_before, expected_color): print("Aaaaaaa : ", lines, "\n") print("Next \n") - + printed_lines = [line for line in printed_lines if line.strip()] cleaned_lines = [strip_ansi(line) for line in printed_lines] # Initialisation bar