Fix bad call to mount_disk()
This commit is contained in:
parent
30f661183c
commit
080383d9a9
1 changed files with 1 additions and 4 deletions
|
|
@ -1394,10 +1394,7 @@ def ost_generate_volume_report(dev):
|
||||||
|
|
||||||
# OS Check
|
# OS Check
|
||||||
if PLATFORM == 'Darwin':
|
if PLATFORM == 'Darwin':
|
||||||
vol_report = wk_os.mac.mount_disk(
|
vol_report = wk_os.mac.mount_disk(device_path=dev.path)
|
||||||
device_path=dev.path,
|
|
||||||
read_write=False,
|
|
||||||
)
|
|
||||||
elif PLATFORM == 'Linux':
|
elif PLATFORM == 'Linux':
|
||||||
vol_report = wk_os.linux.mount_volumes(
|
vol_report = wk_os.linux.mount_volumes(
|
||||||
device_path=dev.path,
|
device_path=dev.path,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue