mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
Fix build error caused by 3474
This commit is contained in:
parent
f1d59e5d63
commit
c1f4cccea2
@ -337,6 +337,7 @@ def get_working_commands():
|
||||
}
|
||||
for kind in config_tree_new:
|
||||
for e in config_tree_new[kind]:
|
||||
if config_tree_new[kind][e]['name']:
|
||||
result[kind].extend(create_commands(config_tree_new[kind][e]))
|
||||
|
||||
for cmd in result['cfgcmd']:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user