Fix for last commit
This commit is contained in:
parent
77035dfdcd
commit
f7d236c00f
|
|
@ -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])
|
||||
return collection[drive]
|
||||
Loading…
Reference in New Issue