Fix issues shown by pylint(1)
authorAlexander Vasarab <alexander@wylark.com>
Thu, 2 Jul 2020 19:46:53 +0000 (12:46 -0700)
committerAlexander Vasarab <alexander@wylark.com>
Thu, 2 Jul 2020 19:51:30 +0000 (12:51 -0700)
commitc2eb371bec21b7fbef29868fc6b92d1f2703d288
tree7a0d03ff938f7b16d02ba9ffabefd81f2b50e4bd
parent87aca64501da63577349e9f810a3f1521094fbd0
Fix issues shown by pylint(1)

Here were the most common fixes:

- Lots of wrong hanging indentations (bad-continuation)
- Many logging-not-lazy warnings
- A few unnecessary-semicolon warnings :0)
- A few line-too-long warnings

A few warnings were suppressed globally (.pylintrc), and in particular,
in the mapping functions, several whitespace warnings were suppressed
locally.
.pylintrc [new file with mode: 0644]
infoex-autowx.py