Skip to content

Commit 67d9a10

Browse files
Update scripts/python/get_author_origin.py
Co-authored-by: Feliks Pobiedziński <38541925+FelonEkonom@users.noreply.github.com>
1 parent 2b6bbae commit 67d9a10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/python/get_author_origin.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@
1616
print("COMMUNITY")
1717
except:
1818
print("An exception occurred in get_author_origin.py, provided JSON: ", membrane_team)
19-
print("Provided PR_AUTHOR: ", pr_author)
19+
print("Provided PR_AUTHOR: ", pr_author)
20+
sys.exit(1)

0 commit comments

Comments
 (0)