Skip to content

Fixes error if Python version less than 3.3.

Latest
Compare
Choose a tag to compare
@Wintermute0110 Wintermute0110 released this 12 Feb 18:35
· 3 commits to master since this release
Fix #2.

If Python version is less than 3.3 terminal size cannot be determined. In that case, do not chop text lines longer than the terminal size. By the way, --check and --checkUneeded also chop long text lines.