提交 fd84e865 编写于 作者: L liuyq-617

fix test framework

上级 4a01bfb1
...@@ -112,7 +112,7 @@ class TDSimClient: ...@@ -112,7 +112,7 @@ class TDSimClient:
# update extra client config # update extra client config
clientCfgkeys = ["clientMerge"] clientCfgkeys = ["clientMerge"]
if updatecfgDict[0] and updatecfgDict[0][0]: if bool(updatecfgDict) and updatecfgDict[0] and updatecfgDict[0][0]:
for key, value in updatecfgDict[0][0].items(): for key, value in updatecfgDict[0][0].items():
if key in clientCfgkeys: if key in clientCfgkeys:
self.cfg(key, value) self.cfg(key, value)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册