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 228ce81 commit c1a3aa9Copy full SHA for c1a3aa9
cove_oc4ids/views.py
@@ -29,7 +29,6 @@ def explore_oc4ids(request, pk):
29
file_type = context["file_type"]
30
31
if file_type == "json":
32
- # open the data first so we can inspect for record package
33
with open(file_name, encoding="utf-8") as fp:
34
try:
35
json_data = json.load(fp)
0 commit comments