[webkit-reviews] review granted: [Bug 191935] [ews-app] Add support to communicate with Buildbot : [Attachment 355550] Proposed patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 26 12:51:04 PST 2018


Lucas Forschler <lforschler at apple.com> has granted Aakash Jain
<aakash_jain at apple.com>'s request for review:
Bug 191935: [ews-app] Add support to communicate with Buildbot
https://bugs.webkit.org/show_bug.cgi?id=191935

Attachment 355550: Proposed patch

https://bugs.webkit.org/attachment.cgi?id=355550&action=review




--- Comment #2 from Lucas Forschler <lforschler at apple.com> ---
Comment on attachment 355550
  --> https://bugs.webkit.org/attachment.cgi?id=355550
Proposed patch

View in context: https://bugs.webkit.org/attachment.cgi?id=355550&action=review

> Tools/BuildSlaveSupport/ews-app/ews/common/buildbot.py:44
> +	       _log.warn('Error in executing: {}, rc={}'.format(command,
return_code))

This should be:
Error executing:
or
Error while executing:


More information about the webkit-reviews mailing list