[blinkpy] Always suppress stderr of git-cl
* stderr is now always ignored for git-cl (i.e. the optional argument is removed from GitCL.run as no one uses it). * Instead of only excluding stderr from the return value, we now throws away stderr completely by redirecting it to DEVNULL so that the logs don't get polluted. Some drive-by pylint fixes are applied. Bug: 953499 Change-Id: I5668576e1cc3dfe2a83a7cafc12a09f4a0029358 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628606 Auto-Submit: Robert Ma <robertma@chromium.org> Reviewed-by:Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#663599}
Showing
Please register or sign in to comment