Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/urllib3-1.26.18
Browse files Browse the repository at this point in the history
  • Loading branch information
max-zilla authored Jun 17, 2024
2 parents 80694ed + 912423a commit 7c884e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyclowder/api/v2/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def get_file_list(connector, client, datasetid):
result = requests.get(url, headers=headers, verify=connector.ssl_verify if connector else True)
result.raise_for_status()

return json.loads(result.text)
return json.loads(result.text)['data']


def remove_metadata(connector, client, datasetid, extractor=None):
Expand Down

0 comments on commit 7c884e2

Please sign in to comment.