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
|
||||
if PLATFORM == 'Darwin':
|
||||
vol_report = wk_os.mac.mount_disk(
|
||||
device_path=dev.path,
|
||||
read_write=False,
|
||||
)
|
||||
vol_report = wk_os.mac.mount_disk(device_path=dev.path)
|
||||
elif PLATFORM == 'Linux':
|
||||
vol_report = wk_os.linux.mount_volumes(
|
||||
device_path=dev.path,
|
||||
|
|
|
|||
Loading…
Reference in a new issue