Skip to content

scap say: Fix longstanding handling of COLUMNS env var

Ahmon Dancy requested to merge review/dancy/fix-scap-say-COLUMNS-handling into master

os.environ.get("COLUMNS") will return a string if the variable is found in the environment, but the operations that follow expect to operate on an integer. Convert the value of the environment variable to an integer first.

Merge request reports