Skip to content

Commit a4783fd

Browse files
AlirezaKeshavarz83veluca93
authored andcommitted
1 parent 293c527 commit a4783fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmscontrib/loaders/tps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def get_task(self, get_statement=True):
184184
if data["task_type"] == 'OutputOnly':
185185
args["submission_format"] = list()
186186
for codename in testcase_codenames:
187-
args["submission_format"].append("%s.out" % codename)
187+
args["submission_format"].append("output_%s.txt" % codename)
188188
elif data["task_type"] == 'Notice':
189189
args["submission_format"] = list()
190190
else:

0 commit comments

Comments
 (0)