Commit 94981ac3 authored by Yingjie Xu's avatar Yingjie Xu

Ooops.

parent bbc73738
...@@ -95,7 +95,7 @@ def download_network_cached(cache_url, dir_url, software_url, key, path, ...@@ -95,7 +95,7 @@ def download_network_cached(cache_url, dir_url, software_url, key, path,
file_descriptor.close() file_descriptor.close()
except (IOError, DirectoryNotFound), e: except (IOError, DirectoryNotFound), e:
logger.info('Failed to download from network cache %s: %s' % \ logger.info('Failed to download from network cache %s: %s' % \
(url, str(e))) (software_url, str(e)))
return False return False
return True return True
......
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