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

get basename of filename

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