Bug 259281

Summary: [webkitpy] Convert 3.6 import error to message
Product: WebKit Reporter: Jonathan Bedard <jbedard>
Component: Tools / TestsAssignee: Jonathan Bedard <jbedard>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Jonathan Bedard 2023-07-17 11:14:04 PDT
We shouldn't pro-actively raise an import error when clients are using Python 3.6. It's true that many scripts won't support Python 3.6, but that isn't nessesarily true for webkitpy as a whole. In any case, for the scripts which this _is_ the case, we will end up with an import exception anyways. Convert this import error to a printed error message instead.
Comment 1 Radar WebKit Bug Importer 2023-07-17 11:14:17 PDT
<rdar://problem/112415698>
Comment 2 Jonathan Bedard 2023-07-17 11:15:22 PDT
Pull request: https://github.com/WebKit/WebKit/pull/15886
Comment 3 EWS 2023-07-17 11:33:18 PDT
Committed 266104@main (7e218f4ef9d6): <https://commits.webkit.org/266104@main>

Reviewed commits have been landed. Closing PR #15886 and removing active labels.