From 9b803877f06207475f019dae62069089d507d38c Mon Sep 17 00:00:00 2001 From: Bocki Date: Mon, 14 Oct 2024 10:21:32 +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 84186312..e0d8f6a3 100644 --- a/.github/prtester.py +++ b/.github/prtester.py @@ -141,7 +141,7 @@ def testBridges(instance: Instance, bridge_cards: Iterable, with_upload: bool, w if status_is_ok: status = '✔️' if with_upload and (not with_reduced_upload or not status_is_ok): - filename = os.getcwd() + '/' + {instance.name} + '_' + {form_number} + '.html' + filename = {instance.name} + '_' + {form_number} + '.html' with open(file=filename, mode='w+', encoding='utf-8') as file: file.write(page_text) table_rows.append(f'| {bridge_name} | [{form_number} {context_name}{instance_suffix}]({tester_url}) | {status} |')