From 96db37ae1e96d5c3be78a0c28fddcf453b02958a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Chali=C5=84ski?= Date: Wed, 22 May 2024 19:23:19 +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 | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/python/get_ticket_id.py b/scripts/python/get_ticket_id.py index aedf5e7f1..05bbf275f 100644 --- a/scripts/python/get_ticket_id.py +++ b/scripts/python/get_ticket_id.py @@ -1,7 +1,6 @@ import sys, json; full_json = json.load(sys.stdin) - pr_url = sys.argv[1] project_items = full_json["items"]