DescriptionWebkitpy's version check should not throw any exception.
The python version checker inside the webkitpy uses Python 2 syntax
to display the error message on the stderr. With Python 3 that code
throws an error. Using directly the stderr as a file object will
prevent the error.
BUG=408166
TEST=webkit-patch -h
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180994
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|