On MutableFileNode, accept optional 'progress' parameter as declared by the interface.

This commit is contained in:
Jason R. Coombs 2020-11-29 14:58:28 -05:00
parent af172f6bff
commit 103bec6a15

View File

@ -564,7 +564,7 @@ class MutableFileNode(object):
return d
def upload(self, new_contents, servermap):
def upload(self, new_contents, servermap, progress=None):
"""
I overwrite the contents of the best recoverable version of this
mutable file with new_contents, using servermap instead of