Renamed iter back to walk

This commit is contained in:
Jamie Hardt
2022-11-26 18:26:58 -08:00
parent af5c83b8fc
commit 4e061a85f1
3 changed files with 4 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ def main():
'application': "wavinfo " + __version__,
'scopes': {}
}
for scope, name, value in this_file.iter():
for scope, name, value in this_file.walk():
if scope not in ret_dict['scopes'].keys():
ret_dict['scopes'][scope] = {}