Skip to content

Commit d810712

Browse files
committed
Merge remote-tracking branch 'danwelch3/bugfix-466-yaml-import' into bugfix-466-yaml-import
2 parents 4af1b32 + 03c1f08 commit d810712

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

meshtastic/__main__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ def splitCompoundName(comp_name):
134134
return name
135135

136136
def traverseConfig(config_root, config, interface_config):
137+
"""Iterate through current config level preferences and either traverse deeper if preference is a dict or set preference"""
137138
snake_name = meshtastic.util.camel_to_snake(config_root)
138139
for pref in config:
139140
pref_name = f"{snake_name}.{pref}"

0 commit comments

Comments
 (0)