提交 86fed454 编写于 作者: D dongshuilong

supoort -o new config param

上级 84ae83da
......@@ -140,6 +140,9 @@ def override(dl, ks, v):
print('A new filed ({}) detected!'.format(ks[0], dl))
dl[ks[0]] = str2num(v)
else:
if ks[0] not in dl.keys():
dl[ks[0]] = {}
print("A new Series filed ({}) detected!".format(ks[0], dl))
override(dl[ks[0]], ks[1:], v)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册