We don't "yield" in collect_parts anymore
Change-Id: I6c57d2b89b1b4b13f87511538fc90ba554c869fa
This commit is contained in:
@@ -801,7 +801,7 @@ class ObjectReconstructor(Daemon):
|
||||
def collect_parts(self, override_devices=None,
|
||||
override_partitions=None):
|
||||
"""
|
||||
Helper for yielding partitions in the top level reconstructor
|
||||
Helper for getting partitions in the top level reconstructor
|
||||
"""
|
||||
override_devices = override_devices or []
|
||||
override_partitions = override_partitions or []
|
||||
|
Reference in New Issue
Block a user