Changeset 243464 in webkit
- Timestamp:
- Mar 25, 2019, 3:04:50 PM (7 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
BuildSlaveSupport/ews-build/events.py (modified) (1 diff)
-
ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/BuildSlaveSupport/ews-build/events.py
r242965 r243464 101 101 102 102 def getPatchID(self, build): 103 if not (build and 'properties' in build ):103 if not (build and 'properties' in build and 'patch_id' in build['properties']): 104 104 return None 105 105 -
trunk/Tools/ChangeLog
r243463 r243464 1 2019-03-25 Aakash Jain <aakash_jain@apple.com> 2 3 [ews-build] Gracefully handle missing patch_id in events 4 https://bugs.webkit.org/show_bug.cgi?id=196216 5 6 Reviewed by Lucas Forschler. 7 8 * BuildSlaveSupport/ews-build/events.py: 9 1 10 2019-03-25 Aakash Jain <aakash_jain@apple.com> 2 11
Note:
See TracChangeset
for help on using the changeset viewer.