repo_source.py 文件源码

python
阅读 21 收藏 0 点赞 0 评论 0

项目:ceph-lcm 作者: Mirantis 项目源码 文件源码
def get_repo_line(result):
    stdout = (line.strip() for line in result.stdout_lines)
    stdout = itertools.dropwhile(lambda item: not item.startswith("***"),
                                 stdout)
    stdout = list(stdout)

    if not stdout:
        raise ValueError("Server {0} has no installed ceph-common".format(
            result.srv.ip))

    yield result.srv, stdout[1].split(" ", 1)[1]
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号