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 aae7d43 commit 3237489Copy full SHA for 3237489
.tools/readmes/runner.py
@@ -192,7 +192,7 @@ def writeme(
192
print("WRITEME Run completed.")
193
fail_count = len(failed)
194
if fail_count > 0:
195
- raise typer.Exit(code=fail_count) # Return a non-zero code through typer so Github check will fail.
+ raise typer.Exit(code=fail_count) # Return a non-zero code through typer so Github check will fail.
196
return fail_count
197
198
0 commit comments