Update prtester.py

This commit is contained in:
Bocki 2024-10-14 13:05:57 +02:00 committed by GitHub
parent c131c348fe
commit 4d8141f130
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
.github/prtester.py vendored
View File

@ -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: def testBridges(instance: Instance, bridge_cards: Iterable, with_upload: bool, with_reduced_upload: bool) -> Iterable:
instance_suffix = '' instance_suffix = ''
prid = os.getenv("PR") 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: if instance.name:
instance_suffix = f' ({instance.name})' instance_suffix = f' ({instance.name})'
table_rows = [] table_rows = []