From 4d8141f1305cde53dafdd1ce0497ef18fd97fecd Mon Sep 17 00:00:00 2001 From: Bocki Date: Mon, 14 Oct 2024 13:05:57 +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 92cefc45..31ec3243 100644 --- a/.github/prtester.py +++ b/.github/prtester.py @@ -41,7 +41,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.getenv("PR") - tester_url = f'https://bockiii.github.io/prs/{prid}/' + tester_url = f'https://bockiii.github.io/prs/{prid}' if instance.name: instance_suffix = f' ({instance.name})' table_rows = []