mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-26 23:19:40 +00:00
reorg imports and black format
This commit is contained in:
@@ -242,7 +242,7 @@ class wvmStorage(wvmConnect):
|
||||
def refresh(self):
|
||||
return self.pool.refresh(0)
|
||||
|
||||
def get_volume_details(self, volname):
|
||||
def get_volumes_details(self):
|
||||
with contextlib.suppress(Exception):
|
||||
self.refresh()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user