We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b6bbae commit 67d9a10Copy full SHA for 67d9a10
scripts/python/get_author_origin.py
@@ -16,4 +16,5 @@
16
print("COMMUNITY")
17
except:
18
print("An exception occurred in get_author_origin.py, provided JSON: ", membrane_team)
19
- print("Provided PR_AUTHOR: ", pr_author)
+ print("Provided PR_AUTHOR: ", pr_author)
20
+ sys.exit(1)
0 commit comments