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