Skip to content

Commit f25a1bd

Browse files
committed
fix post return config
1 parent e42dd71 commit f25a1bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

judge/testing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def judge(self):
192192
cur_data = testcase_json_data["testcases"][idx-1]
193193
if "config" in cur_data:
194194
# specific config for testcase
195-
config = ["config"]
195+
config = cur_data["config"]
196196
else:
197197
# no config
198198
config = None

0 commit comments

Comments
 (0)