Commit f5fac253 authored by Lucas Carvalho's avatar Lucas Carvalho

The argument logger is required.

Signed-off-by: default avatarLucas Carvalho <lucas@nexedi.com>
parent b1c0b028
...@@ -173,7 +173,7 @@ def _get_filename_from_url(url): ...@@ -173,7 +173,7 @@ def _get_filename_from_url(url):
'URL %r produced no filename' % url) 'URL %r produced no filename' % url)
return name return name
def fetch_from_network_cache(network_cache, location, tmp, logger=None): def fetch_from_network_cache(network_cache, location, tmp, logger):
""" Try to download from a network cache and preserve """ Try to download from a network cache and preserve
original filename. original filename.
""" """
......
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