Closed ulfalizer closed 5 years ago
Some checks failed. Please fix and resubmit.
************* Module what_changed
scripts/what_changed.py:31:11: E1123: Unexpected keyword argument '_tty_out' in function call (unexpected-keyword-arg)
scripts/what_changed.py:31:11: E1123: Unexpected keyword argument '_cwd' in function call (unexpected-keyword-arg)
02da7f6472f01048a4f5f6f98aef65973a1eba6c: author email (Ulf Magnusson <ulfalizer@gmail.com>) needs to match one of the signed-off-by entries.
Tip: The bot edits this comment instead of posting a new one, so you can check the comment's history to see earlier messages.
Hmm... might as well fix the sh
stuff in the same PR, or it won't pass.
Rolling these up into one PR. Gets messy otherwise.
Fixes pylint warnings and makes the script easier to read.
Also fix two regex-related warnings:
There's still two warnings related to the 'sh' library. Those will be fixed separately by removing it.