We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f8e17 commit ea46a25Copy full SHA for ea46a25
toolchain/mfc/test/test.py
@@ -137,7 +137,7 @@ def test():
137
cons.print(f"\nTest Summary: [bold green]{nPASS}[/bold green] passed, [bold red]{nFAIL}[/bold red] failed, [bold yellow]{nSKIP}[/bold yellow] skipped.\n")
138
139
# Print a summary of all errors at the end if errors exist
140
- if len((errors) != 0):
+ if len(errors) != 0:
141
cons.print(f"[bold red]Failed Cases[/bold red]\n")
142
for e in errors:
143
cons.print(e)
0 commit comments