builder.py 文件源码

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

项目:promenade 作者: att-comdev 项目源码 文件源码
def _write_script(output_dir, name, script):
    path = os.path.join(output_dir, name)
    with open(path, 'w') as f:
        f.write(script)

    os.chmod(
        path,
        os.stat(path).st_mode | stat.S_IXUSR | stat.S_IXGRP | stat.S_IXOTH)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号