Commit 473156ba by Sébastien Eustace

Fix get-poetry.py

parent 76f2f70d
......@@ -500,7 +500,7 @@ class Installer:
checksum = r.read().decode()
try:
r = urlopen(_url + "{}".format(name))
r = urlopen(url + "{}".format(name))
except HTTPError as e:
if e.code == 404:
raise RuntimeError("Could not find {} file".format(name))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment