Skip to content

Commit 3237489

Browse files
authored
Update runner.py
Just touching this file for GH action testing.
1 parent aae7d43 commit 3237489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.tools/readmes/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def writeme(
192192
print("WRITEME Run completed.")
193193
fail_count = len(failed)
194194
if fail_count > 0:
195-
raise typer.Exit(code=fail_count) # Return a non-zero code through typer so Github check will fail.
195+
raise typer.Exit(code=fail_count) # Return a non-zero code through typer so Github check will fail.
196196
return fail_count
197197

198198

0 commit comments

Comments
 (0)