Update tests/test_utils_tqdm_mod.py
Run CI Tests / test (push) Successful in 37s

This commit is contained in:
2025-07-30 16:23:28 +02:00
parent 0c530e6678
commit 73a739febc
+1 -1
View File
@@ -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)