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 73eb800 commit 12bbac9Copy full SHA for 12bbac9
cove_oc4ids/views.py
@@ -91,7 +91,7 @@ def explore_oc4ids(request, pk):
91
with open(context["converted_path"], encoding="utf-8") as fp:
92
json_data = json.load(fp)
93
94
- context = common_checks_oc4ids(context, upload_dir, json_data, schema_oc4ids, lib_cove_oc4ids_config)
+ context = common_checks_oc4ids(context, upload_dir, json_data, schema_oc4ids)
95
96
for key in ("additional_closed_codelist_values", "additional_open_codelist_values"):
97
for codelist_info in context[key].values():
0 commit comments