os.getenv does not raise an exception when the value is not found. This code fix…
os.getenv does not raise an exception when the value is not found. This code fix returns (LINES, COLUMNS) when the env vars are defined, (25, 80) when they are not defined. Previously, (None, None) was returned
Showing
Please
register
or
sign in
to comment