mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-06 17:57:38 +02:00
Ensure the populate generator is actually a generator.
This commit is contained in:
@@ -153,6 +153,7 @@ class TreeGrid(interfaces.renderers.TreeGrid):
|
||||
treenode = self._append(parent, item)
|
||||
prev_nodes = prev_nodes[0: parent_index] + [treenode]
|
||||
accumulator = func(treenode, accumulator)
|
||||
yield (level, item)
|
||||
self._populated = True
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user