From c8334d958c741d539236ebcd4c74640b993aecde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Chali=C5=84ski?= Date: Wed, 22 May 2024 19:23:37 +0200 Subject: [PATCH] Update scripts/python/get_ticket_id.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Feliks PobiedziƄski <38541925+FelonEkonom@users.noreply.github.com> --- scripts/python/get_ticket_id.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/python/get_ticket_id.py b/scripts/python/get_ticket_id.py index 05bbf275f..6f1d3cf61 100644 --- a/scripts/python/get_ticket_id.py +++ b/scripts/python/get_ticket_id.py @@ -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) \ No newline at end of file