diff options
-rw-r--r-- | scripts/lib/bsp/engine.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/bsp/engine.py b/scripts/lib/bsp/engine.py index aac35d3b19..d0d5d726aa 100644 --- a/scripts/lib/bsp/engine.py +++ b/scripts/lib/bsp/engine.py | |||
@@ -1684,7 +1684,7 @@ def yocto_layer_list_properties(arch, scripts_path, properties_file, expand_comm | |||
1684 | print "Couldn't open properties file %s for writing, exiting" % properties_file | 1684 | print "Couldn't open properties file %s for writing, exiting" % properties_file |
1685 | sys.exit(1) | 1685 | sys.exit(1) |
1686 | 1686 | ||
1687 | json.dump(properties, of) | 1687 | json.dump(properties, of, indent=1) |
1688 | else: | 1688 | else: |
1689 | print_dict(properties) | 1689 | print_dict(properties) |
1690 | 1690 | ||