Skip to content

Commit 12bbac9

Browse files
committed
fix: Remove lib_cove_oc4ids_config argument (libcoveoc4ids 0.6.0)
1 parent 73eb800 commit 12bbac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cove_oc4ids/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def explore_oc4ids(request, pk):
9191
with open(context["converted_path"], encoding="utf-8") as fp:
9292
json_data = json.load(fp)
9393

94-
context = common_checks_oc4ids(context, upload_dir, json_data, schema_oc4ids, lib_cove_oc4ids_config)
94+
context = common_checks_oc4ids(context, upload_dir, json_data, schema_oc4ids)
9595

9696
for key in ("additional_closed_codelist_values", "additional_open_codelist_values"):
9797
for codelist_info in context[key].values():

0 commit comments

Comments
 (0)