Skip to content

Commit 77deabb

Browse files
committed
fix syntax error
1 parent 52b9072 commit 77deabb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/lib-graalpython/modules/ginstall.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,7 @@ def install_from_pypi(package, patch=None, extra_opts=[], add_cflags=""):
541541

542542
if any(url.endswith(ending) for ending in [".zip", ".tar.bz2", ".tar.gz"]):
543543
# this is already the url to the actual package
544+
pass
544545
else:
545546
r = subprocess.check_output("curl %s" % url, shell=True).decode("utf8")
546547
try:

0 commit comments

Comments
 (0)