Skip to content

Commit da11ac7

Browse files
committed
fix copy and paste error
1 parent 2f4651f commit da11ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/lib-graalpython/modules/ginstall.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ def _install_from_url(url, patch=None, extra_opts=[], add_cflags="", ignore_erro
515515
system("unzip -u %s/%s -d %s" % (tempdir, name, tempdir), msg="Error extracting zip")
516516
bare_name = name[:-len(".zip")]
517517
else:
518-
xit("Unknown file type: %s" % filename)
518+
xit("Unknown file type: %s" % name)
519519

520520
if patch:
521521
with open("%s/%s.patch" % (tempdir, bare_name), "w") as f:

0 commit comments

Comments
 (0)