提交 4990c8de 编写于 作者: O openeuler-ci-bot 提交者: Gitee

!65 check_abi.py用so文件对比时的执行错误修改

Merge pull request !65 from wangchuangGG/master
......@@ -328,7 +328,7 @@ def process_with_so(config):
os.chdir(work_path)
logging.debug("\n----begin abidiff with .so working in path:%s----", os.getcwd())
so_base_name = os.path.basename(old_so_path).split('.')[0]
so_base_name = os.path.basename(so_path[0]).split('.')[0]
if config.debuginfo_path:
debuginfo_path = list(map(os.path.abspath, config.debuginfo_path))
else:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册