Commit e84b02d
committed
fix: Correct IndentationError in get_pr_review_comments.py
This commit fixes an IndentationError in the
`scripts/gha/get_pr_review_comments.py` script. The error was
caused by a malformed comment on the final print statement within
the main loop.
The stray comment has been removed and the print statement's
newline character has been ensured. This resolves the syntax error
and allows the script to be parsed and executed correctly.1 parent 0678049 commit e84b02d
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
174 | | - | |
| 173 | + | |
175 | 174 | | |
176 | 175 | | |
177 | 176 | | |
0 commit comments