Skip to content

Commit

Permalink
Update prtester.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Bockiii authored Oct 14, 2024
1 parent 9c466f9 commit 57a22ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/prtester.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def testBridges(instance: Instance, bridge_cards: Iterable, with_upload: bool, w
status = '✔️'
if with_upload and (not with_reduced_upload or not status_is_ok):
filename = f'{os.getcwd()}/{instance.name}_{form_number}.html'
with open(file=filename, mode='wb', encoding='utf-8') as file:
with open(file=filename, mode='wb') as file:
file.write(page_text)
table_rows.append(f'| {bridge_name} | [{form_number} {context_name}{instance_suffix}]({tester_url}) | {status} |')
form_number += 1
Expand Down

0 comments on commit 57a22ee

Please sign in to comment.