| Summary: | CISupport/test-result-archive script reports "SyntaxError: invalid syntax" with Python 3 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Fujii Hironori <Hironori.Fujii> | ||||
| Component: | Tools / Tests | Assignee: | Fujii Hironori <Hironori.Fujii> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | aakash_jain, ews-watchlist, jbedard, webkit-bug-importer | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | WebKit Nightly Build | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
Created attachment 430919 [details]
Patch
Comment on attachment 430919 [details] Patch Clearing flags on attachment: 430919 Committed r278668 (238650@main): <https://commits.webkit.org/238650@main> All reviewed patches have been landed. Closing bug. |
CISupport/test-result-archive script reports "SyntaxError: invalid syntax" with Python 3 PS C:\home\webkit\gc> python3 .\Tools\CISupport\test-result-archive --platform=wincairo --debug archive File "C:\home\webkit\gc\Tools\CISupport\test-result-archive", line 66 except OSError, e: ^ SyntaxError: invalid syntax