Skip to content
Snippets Groups Projects
Commit e4ab4047 authored by stijn's avatar stijn
Browse files

tools/mpy-tool.py: Fix missing argument in dump() function

This makes the -d commandline argument usable again.
Pass empty string as parent name as listing starts from the root.
parent 94040936
Branches
No related tags found
No related merge requests found
......@@ -239,7 +239,7 @@ class RawCode:
def dump(self):
# dump children first
for rc in self.raw_codes:
rc.freeze()
rc.freeze('')
# TODO
def freeze(self, parent_name):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment