commit | f7b8a00bc88b775a634518100d85e2c2825435ce | [log] [tgz] |
---|---|---|
author | Michael Walsh <micwalsh@us.ibm.com> | Tue Aug 29 10:38:39 2017 -0500 |
committer | Andrew Geissler <geissonator@yahoo.com> | Fri Sep 01 17:39:29 2017 +0000 |
tree | 320058ff199388c998c97ce8417e6bb18d6c8a3c | |
parent | 8e98478187c873bb5f39894d938cc362be045b82 [diff] |
Include square brackets in print_var dict terse format. Including square brackets in the output makes it clear which fields are dictionary key fields as opposed to variable names: Previously, the output looked like this: stack_dict: boot_stack: boot_stack[0]: OBMC Reboot (off) With the change it looks like this: stack_dict: [boot_stack]: [boot_stack][0]: OBMC Reboot (off) Change-Id: I5ec260e6da022475d73185445f8e0013f40cabb3 Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>