]> code.ossystems Code Review - openembedded-core.git/commitdiff
oeqa/manual/bsp-hw.json: fix syntax error
authorYi Zhao <yi.zhao@windriver.com>
Wed, 18 Mar 2020 03:38:00 +0000 (11:38 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Mar 2020 10:00:07 +0000 (10:00 +0000)
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@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/manual/bsp-hw.json

index 73cbaaa7c215704a77efd4a03efac579a8806e59..a9bc7d45014c1cdb5407b7600e8868398701d5fc 100644 (file)
             },
             "summary": "System_can_boot_up_via_NFS"
         }
-    },
+    }
 ]