Skip to content

Commit

Permalink
Merge branch 'main' into test-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
leouieda authored Feb 16, 2024
2 parents 17a9423 + abbb2bc commit d0b5b67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pooch/downloaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -1137,6 +1137,6 @@ def populate_registry(self, pooch):
"""

for filedata in self.api_response.json()["data"]["latestVersion"]["files"]:
pooch.registry[
filedata["dataFile"]["filename"]
] = f"md5:{filedata['dataFile']['md5']}"
pooch.registry[filedata["dataFile"]["filename"]] = (
f"md5:{filedata['dataFile']['md5']}"
)

0 comments on commit d0b5b67

Please sign in to comment.