Skip to content

Commit

Permalink
Update scripts/python/get_author_origin.py
Browse files Browse the repository at this point in the history
Co-authored-by: Feliks Pobiedziński <[email protected]>
  • Loading branch information
bartkrak and FelonEkonom authored May 22, 2024
1 parent 2b6bbae commit 67d9a10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/python/get_author_origin.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@
print("COMMUNITY")
except:
print("An exception occurred in get_author_origin.py, provided JSON: ", membrane_team)
print("Provided PR_AUTHOR: ", pr_author)
print("Provided PR_AUTHOR: ", pr_author)
sys.exit(1)

0 comments on commit 67d9a10

Please sign in to comment.