diff --git a/archinstall/lib/disk.py b/archinstall/lib/disk.py index e7e79978..c4517e27 100644 --- a/archinstall/lib/disk.py +++ b/archinstall/lib/disk.py @@ -278,4 +278,4 @@ def harddrive(size=None, model=None, fuzzy=False): if model and (collection[drive]['model'] is None or collection[drive]['model'].lower() != model.lower()): continue - return BlockDevice(collection[drive]['path'], collection[drive]) \ No newline at end of file + return collection[drive] \ No newline at end of file