Skip to content

Commit 26a3503

Browse files
committed
improve
1 parent b5260f4 commit 26a3503

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/system-test-runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
from typing import Optional, List, Tuple
4343
from dataclasses import dataclass
4444

45-
TERMINAL_COLUMNS: int = os.get_terminal_size().columns()
45+
TERMINAL_COLUMNS: int = os.get_terminal_size().columns
4646

4747
def str_to_bool(value: str) -> str:
4848
"""Convert true/false string to 1/0 string for internal compatibility."""

0 commit comments

Comments
 (0)