Skip to content

Commit 32e6f6d

Browse files
committed
fix(opendata): Don't swap the output files
1 parent 4ad844c commit 32e6f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pisek/opendata/managers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ def _get_jobs(self) -> list[Job]:
131131
)
132132
self._check = checker_job(
133133
self._input,
134-
self._correct_output,
135134
self._contestant_output.to_sanitized_output(),
135+
self._correct_output,
136136
self._test,
137137
self._seed,
138138
None,

0 commit comments

Comments
 (0)