Skip to content

Commit

Permalink
Update scripts/python/get_ticket_id.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 96db37a commit c8334d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/python/get_ticket_id.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
break

if item_id == None:
print("Error occurred in get_ticket.py: item_id == None, provided JSON[items]: ", project_items)
print("Error occurred in get_ticket.py: ID of ticket related to PR", pr_url, "not found in the provided JSON")
print("Provided JSON:", full_json)
sys.exit(1)
else:
print(item_id)

0 comments on commit c8334d9

Please sign in to comment.