Skip to content

Commit

Permalink
Use "accepted" contest pdf name in import-contest script
Browse files Browse the repository at this point in the history
This seems to be the consensus in #2483 but was not implemented (yet).
  • Loading branch information
vmcj committed Jul 26, 2024
1 parent 2c18a72 commit 5c96eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc-tools/import-contest.in
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def import_contest_banner(cid: str):
def import_contest_problemset_document(cid: str):
"""Import the contest problemset document"""

files = ['contest.pdf', 'contest-web.pdf', 'contest.html', 'contest.txt']
files = ['problemset.pdf', 'contest.pdf', 'contest-web.pdf', 'contest.html', 'contest.txt']

text_file = None
for file in files:
Expand Down

0 comments on commit 5c96eb0

Please sign in to comment.