Commit b166f6b7 authored by Yingjie Xu's avatar Yingjie Xu

Ooops.

parent 92cabebd
......@@ -225,7 +225,7 @@ class NetworkcacheClient(object):
(self.shacache_host, result.status, data))
if key is not None:
kw.edit(sha512=data) # always update sha512sum
kw['sha512'] = data # always update sha512sum
sha_entry = json.dumps(kw)
try:
signature = self._getSignatureString(sha_entry)
......
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