typo
This commit is contained in:
parent
649a6e710f
commit
0189cf98ea
1 changed files with 1 additions and 1 deletions
|
|
@ -2599,7 +2599,7 @@ class ClientSession(object):
|
|||
while True:
|
||||
if debug:
|
||||
self.logger.debug("uploadFile(%r,%r,%r,%r,%r,...)" %(path, name, sz, digest, offset))
|
||||
if self.callMethod('uploadFile', path, name, encode_int(sz), digest, encode_int(offset), data, *volopts):
|
||||
if self.callMethod('uploadFile', path, name, encode_int(sz), digest, encode_int(offset), data, **volopts):
|
||||
break
|
||||
if tries <= retries:
|
||||
tries += 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue