Add missing arg to validate call and add logging
This commit is contained in:
parent
83849f4320
commit
974ab6c42c
3 changed files with 4 additions and 3 deletions
|
@ -115,7 +115,7 @@ class LocalStorage(BaseStorageV2):
|
|||
os.remove(content_path)
|
||||
|
||||
def validate(self, client):
|
||||
super(LocalStorage, self).validate()
|
||||
super(LocalStorage, self).validate(client)
|
||||
|
||||
# Load the set of disk mounts.
|
||||
try:
|
||||
|
|
Reference in a new issue