Skip to content

Commit c8334d9

Browse files
bartkrakFelonEkonom
andauthoredMay 22, 2024
Update scripts/python/get_ticket_id.py
Co-authored-by: Feliks Pobiedziński <38541925+FelonEkonom@users.noreply.github.com>
1 parent 96db37a commit c8334d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎scripts/python/get_ticket_id.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
break
1414

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

0 commit comments

Comments
 (0)