Commit 41ffab0
committed
[CI] Fix generate_report call parameters
The recursive call to generate_report if the failure information was
too big was not type-correct because it was never updated after we added
support for parsing ninja logs. This did not cause test failures or
runtime failures because we never looked at that variable or any
afterwards in this case, and list_failures was set as a keyword arg.
This might have caused issues somewhere though, and certainly does trip
up a type checker.
Found using pyright in vscode.1 parent ff64261 commit 41ffab0
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
| 301 | + | |
301 | 302 | | |
302 | 303 | | |
303 | 304 | | |
| |||
0 commit comments