Skip to content

Commit 6a3ec9b

Browse files
committed
[Scripts] Update CMS exporter: Add field protocol_version to json file
1 parent d565fcc commit 6a3ec9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/exporters/CMS.py

+1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ def export_problem_global_data(self):
121121
task_type_params["task_type_parameters_Batch_compilation"] = compilation_type
122122

123123
problem_data_dict = {
124+
"protocol_version": 1,
124125
"code": task_data["name"],
125126
"name": task_data["title"],
126127
"time_limit": task_data["time_limit"],

0 commit comments

Comments
 (0)