Commit 85644b7b authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

typo.

parent b4d3be0c
......@@ -259,7 +259,7 @@ class NetworkcacheClient(object):
if result.status != 201:
raise NetworkcacheException('Failed to upload data to SHADIR Server.'
' Response code: %s. Response data: %s'
% (status, result.read()))
% (result.status, result.read()))
def download(self, sha512sum):
''' Download the file.
......
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