From: Yi Zhao Date: Wed, 18 Mar 2020 03:38:00 +0000 (+0800) Subject: oeqa/manual/bsp-hw.json: fix syntax error X-Git-Tag: 2020-04-dunfell~157 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=483c2d318c63fc2927680c1613d60864bb6287ab;p=openembedded-core.git oeqa/manual/bsp-hw.json: fix syntax error 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 Signed-off-by: Richard Purdie --- 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" } - }, + } ]