diff options
Diffstat (limited to 'scripts/lib/bsp/engine.py')
-rw-r--r-- | scripts/lib/bsp/engine.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/lib/bsp/engine.py b/scripts/lib/bsp/engine.py index 7d6be239da..aac35d3b19 100644 --- a/scripts/lib/bsp/engine.py +++ b/scripts/lib/bsp/engine.py | |||
@@ -1685,8 +1685,8 @@ def yocto_layer_list_properties(arch, scripts_path, properties_file, expand_comm | |||
1685 | sys.exit(1) | 1685 | sys.exit(1) |
1686 | 1686 | ||
1687 | json.dump(properties, of) | 1687 | json.dump(properties, of) |
1688 | 1688 | else: | |
1689 | print_dict(properties) | 1689 | print_dict(properties) |
1690 | 1690 | ||
1691 | 1691 | ||
1692 | def split_nested_property(property): | 1692 | def split_nested_property(property): |