From 73a739febc96d3db84e2f9f72d7a4aa39a191ea1 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Wed, 30 Jul 2025 16:23:28 +0200 Subject: [PATCH] Update tests/test_utils_tqdm_mod.py --- tests/test_utils_tqdm_mod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_utils_tqdm_mod.py b/tests/test_utils_tqdm_mod.py index fd8980f0e..1370113fd 100644 --- a/tests/test_utils_tqdm_mod.py +++ b/tests/test_utils_tqdm_mod.py @@ -118,7 +118,7 @@ def test_float_alignment_in_bar(): assert expected in values, f"Missing expected value: {expected}" # Check that all values are visually aligned, output with same length, to ensure that format_sizeof add the good number avec spaces - + print("\n") bar_segments = [] for line in lines: match = re.search(r".*?\]", line)