Skip to content

Commit d4d1c36

Browse files
committed
adt: typo in walk_tree()
Signed-off-by: Alba Mendez <[email protected]>
1 parent 277e8e7 commit d4d1c36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

proxyclient/m1n1/adt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ def build(self):
759759
def walk_tree(self):
760760
yield self
761761
for child in self:
762-
yield from child
762+
yield from child.walk_tree()
763763

764764
def build_addr_lookup(self):
765765
lookup = AddrLookup()

0 commit comments

Comments
 (0)