未验证 提交 307818ae 编写于 作者: livingbody's avatar livingbody 提交者: GitHub

预测结果保存增加换行

第140行  fout.write(file + "\t" + info)  改为  fout.write(file + "\t" + info + "\n")
上级 a67a6fa3
......@@ -137,7 +137,7 @@ def main():
if info is not None:
logger.info("\t result: {}".format(info))
fout.write(file + "\t" + info)
fout.write(file + "\t" + info + "\n")
logger.info("success!")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册