[webkit-reviews] review granted: [Bug 65995] Clean up ChromiumDriver a little : [Attachment 103503] Fix typo caught by test-webkitpy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 10 10:43:55 PDT 2011


Adam Barth <abarth at webkit.org> has granted Eric Seidel <eric at webkit.org>'s
request for review:
Bug 65995: Clean up ChromiumDriver a little
https://bugs.webkit.org/show_bug.cgi?id=65995

Attachment 103503: Fix typo caught by test-webkitpy
https://bugs.webkit.org/attachment.cgi?id=103503&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=103503&action=review


> Tools/Scripts/webkitpy/layout_tests/port/chromium.py:487
>		       raise e

You should just say "raise" instead of "raise e".  That re-raises the original
exception.


More information about the webkit-reviews mailing list