From f7d236c00f5fb6bdd944dadb369697fd558bfdba Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Sun, 6 Dec 2020 22:40:05 +0100 Subject: Fix for last commit --- archinstall/lib/disk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archinstall/lib/disk.py') 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 -- cgit v1.2.3-54-g00ecf