[OE-core] [PATCH] oeqa/manual/bsp-hw.json: fix syntax error
Yi Zhao
yi.zhao at windriver.com
Wed Mar 18 03:38:00 UTC 2020
Remove the redundant comma to fix the json decode error:
$ resulttool manualexecution ../meta/lib/oeqa/manual/bsp-hw.json
Traceback (most recent call last):
[snip]
File "/usr/lib/python3.6/json/decoder.py", line 357, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 948 column 1 (char 39810)
Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
---
meta/lib/oeqa/manual/bsp-hw.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/lib/oeqa/manual/bsp-hw.json b/meta/lib/oeqa/manual/bsp-hw.json
index 73cbaaa7c2..a9bc7d4501 100644
--- a/meta/lib/oeqa/manual/bsp-hw.json
+++ b/meta/lib/oeqa/manual/bsp-hw.json
@@ -944,5 +944,5 @@
},
"summary": "System_can_boot_up_via_NFS"
}
- },
+ }
]
--
2.17.1
More information about the Openembedded-core
mailing list