Skip to content

Conversation

@nate-desimone
Copy link

Right now, MultiObject.to_dict() only returns FVs contained in the root MultiObject. It does not check if the MultiObject contains nested MultiObject instances that then contain Firmware Volumes. The fix is to make to_dict() perform a depth-first search through the tree of MultiObject instances and collect all FirmwareVolume objects in the tree.

Right now, MultiObject.to_dict() only returns FVs contained in the root
MultiObject. It does not check if the MultiObject contains nested MultiObject
instances that then contain Firmware Volumes. The fix is to make to_dict()
perform a depth-first search through the tree of MultiObject instances and
collect all FirmwareVolume objects in the tree.

Signed-off-by: Nate DeSimone <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant