We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5260f4 commit 26a3503Copy full SHA for 26a3503
1 file changed
test/system-test-runner.py
@@ -42,7 +42,7 @@
42
from typing import Optional, List, Tuple
43
from dataclasses import dataclass
44
45
-TERMINAL_COLUMNS: int = os.get_terminal_size().columns()
+TERMINAL_COLUMNS: int = os.get_terminal_size().columns
46
47
def str_to_bool(value: str) -> str:
48
"""Convert true/false string to 1/0 string for internal compatibility."""
0 commit comments