提交 17d5dbe1 编写于 作者: W weichaox

bugfix, misspelling

Signed-off-by: Nweichaox <wangweichao2@huawei.com>
Change-Id: I91b21ec1e3a7bf83dd5e269064a7814ff50b8533
上级 90fa34a6
......@@ -130,8 +130,8 @@ class Product():
board = info.get('board')
_board_path = info.get('board_path')
if _board_path and os.path.exists(
os.path.json(config.root_path, _board_path)):
board_path = os.path.json(config.root_path, _board_path)
os.path.join(config.root_path, _board_path)):
board_path = os.path.join(config.root_path, _board_path)
else:
board_path = os.path.join(config.root_path, 'device',
device_company, board)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册