Reland "[blinkpy] Always suppress stderr of git-cl"
This is a reland of 964fde12, which was reverted at 043d9f87 because of a bug. This reland fixes the bug by setting optional params correctly in git_cl.py. Original change's description: > [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} Bug: 953499 Change-Id: Idccc65e089ee67f744411752800f41fd63a93d92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1631765Reviewed-by:Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#663882}
Showing
Please register or sign in to comment