[oe-commits] [openembedded-core] 03/18: oeqa/manual/bsp-hw.json: fix syntax error

git at git.openembedded.org git at git.openembedded.org
Thu Mar 19 10:05:54 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 483c2d318c63fc2927680c1613d60864bb6287ab
Author: Yi Zhao <yi.zhao at windriver.com>
AuthorDate: Wed Mar 18 11:38:00 2020 +0800

    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 <yi.zhao at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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 73cbaaa..a9bc7d4 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"
         }
-    },
+    }
 ]

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list