Skip to content

Commit

Permalink
update-python-libraries script: don't forget to break when we actuall…
Browse files Browse the repository at this point in the history
…y find an update
  • Loading branch information
FRidh committed Jul 17, 2017
1 parent c0cf196 commit d2aa638
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions maintainers/scripts/update-python-libraries
Expand Up @@ -91,6 +91,7 @@ def _get_latest_version_pypi(package, extension):
if release['filename'].endswith(extension):
# TODO: In case of wheel we need to do further checks!
sha256 = release['digests']['sha256']
break
else:
sha256 = None
return version, sha256
Expand Down

0 comments on commit d2aa638

Please sign in to comment.