未验证 提交 938185af 编写于 作者: 走神的阿圆's avatar 走神的阿圆 提交者: GitHub

not check file before upload (#912)

上级 d7afbc8b
......@@ -71,7 +71,7 @@ def get_vdl_log_file(logdirs):
walks_temp = {}
for run, tags in walks.items():
tags_temp = [tag for tag in tags if
is_VDLRecord_file(path=bfile.join(run, tag), check=True)]
is_VDLRecord_file(path=bfile.join(run, tag), check=False)]
tags_temp.sort(reverse=True)
if len(tags_temp) > 0:
walks_temp.update({run: tags_temp[0]})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册