Adding debug information

This commit is contained in:
Anton Hvornum 2022-12-22 13:37:53 +01:00
parent 9c096ca649
commit 547217af61
1 changed files with 1 additions and 0 deletions

View File

@ -279,6 +279,7 @@ def all_blockdevices(
continue
information = get_blockdevice_info(device_path)
print(f'Done gathering info for {device_path}')
if not information:
continue