关闭测试
parent
918fa6db0f
commit
6003c40ecb
|
|
@ -374,8 +374,8 @@ def run(path):
|
||||||
parse = Parse(read(path))
|
parse = Parse(read(path))
|
||||||
res = parse.collect()
|
res = parse.collect()
|
||||||
resjson = json.dumps(res, indent=4, ensure_ascii=False)
|
resjson = json.dumps(res, indent=4, ensure_ascii=False)
|
||||||
with open('t.json', 'w') as f:
|
# with open('t.json', 'w') as f:
|
||||||
f.write(resjson)
|
# f.write(resjson)
|
||||||
return resjson
|
return resjson
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue