We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 293c527 commit a4783fdCopy full SHA for a4783fd
cmscontrib/loaders/tps.py
@@ -184,7 +184,7 @@ def get_task(self, get_statement=True):
184
if data["task_type"] == 'OutputOnly':
185
args["submission_format"] = list()
186
for codename in testcase_codenames:
187
- args["submission_format"].append("%s.out" % codename)
+ args["submission_format"].append("output_%s.txt" % codename)
188
elif data["task_type"] == 'Notice':
189
190
else:
0 commit comments