Commit 771bd6f4 authored by Lucas Carvalho's avatar Lucas Carvalho

Url is now a required argument.

Signed-off-by: default avatarLucas Carvalho <lucas@nexedi.com>
parent 2a599604
......@@ -183,8 +183,8 @@ class Download(object):
try:
try:
if not download_network_cached(self.network_cache,
tmp_path, self.logger):
if not download_network_cached(self.network_cache, tmp_path,
url, self.logger):
# Download from original url
tmp_path, headers = urllib.urlretrieve(url, tmp_path)
......
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