Changed *args
=> *exc_info
in CloudFilesStorageObjectWrapper
This commit is contained in:
parent
c2b862d134
commit
213285cd85
@ -347,7 +347,7 @@ class CloudFilesStorageObjectWrapper():
|
||||
"""
|
||||
return self
|
||||
|
||||
def __exit__(self, *args):
|
||||
def __exit__(self, *exc_info):
|
||||
"""
|
||||
Context Manger API implementation
|
||||
see self.__enter__()
|
||||
|
Loading…
x
Reference in New Issue
Block a user