Skip to content

Commit 5c96eb0

Browse files
committed
Use "accepted" contest pdf name in import-contest script
This seems to be the consensus in #2483 but was not implemented (yet).
1 parent 2c18a72 commit 5c96eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc-tools/import-contest.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def import_contest_banner(cid: str):
117117
def import_contest_problemset_document(cid: str):
118118
"""Import the contest problemset document"""
119119

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

122122
text_file = None
123123
for file in files:

0 commit comments

Comments
 (0)