Skip to content

Commit d2aa638

Browse files
committedJul 17, 2017
update-python-libraries script: don't forget to break when we actually find an update
1 parent c0cf196 commit d2aa638

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎maintainers/scripts/update-python-libraries

+1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ def _get_latest_version_pypi(package, extension):
9191
if release['filename'].endswith(extension):
9292
# TODO: In case of wheel we need to do further checks!
9393
sha256 = release['digests']['sha256']
94+
break
9495
else:
9596
sha256 = None
9697
return version, sha256

0 commit comments

Comments
 (0)