From 66503e98baaab084e35a4788d06bdcc1aa839e7c Mon Sep 17 00:00:00 2001 From: Bocki Date: Mon, 14 Oct 2024 11:54:09 +0200 Subject: [PATCH] Update prtester.py --- .github/prtester.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/prtester.py b/.github/prtester.py index 0467e3ac..92cefc45 100644 --- a/.github/prtester.py +++ b/.github/prtester.py @@ -40,7 +40,7 @@ def main(instances: Iterable[Instance], with_upload: bool, with_reduced_upload: def testBridges(instance: Instance, bridge_cards: Iterable, with_upload: bool, with_reduced_upload: bool) -> Iterable: instance_suffix = '' - prid = os.environ.get["PR"] + prid = os.getenv("PR") tester_url = f'https://bockiii.github.io/prs/{prid}/' if instance.name: instance_suffix = f' ({instance.name})'