Skip to content

Commit d1bfa03

Browse files
Copilotcclauss
andauthored
Return after no-open-PR summary in pr_file_map
Co-authored-by: cclauss <3709715+cclauss@users.noreply.github.com>
1 parent bec17ac commit d1bfa03

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/pr_file_map.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ def main() -> None:
117117
print(f"- Existing files: `{existing_count}`")
118118
print(f"- Missing files: `{missing_count}`\n")
119119
if pr_count == 0:
120-
print("No open pull requests found.\n")
120+
print("No open pull requests found.")
121+
return
121122

122123
print("## Existing files\n")
123124
if existing:

0 commit comments

Comments
 (0)