Fix bad call to mount_disk()

This commit is contained in:
2Shirt 2021-03-19 03:37:40 -06:00
parent 30f661183c
commit 080383d9a9

View file

@ -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,