Adding debug information
This commit is contained in:
parent
9c096ca649
commit
547217af61
|
|
@ -279,6 +279,7 @@ def all_blockdevices(
|
||||||
continue
|
continue
|
||||||
|
|
||||||
information = get_blockdevice_info(device_path)
|
information = get_blockdevice_info(device_path)
|
||||||
|
print(f'Done gathering info for {device_path}')
|
||||||
if not information:
|
if not information:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue