follow_up_command_executor.py 文件源码

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

项目:mechanic 作者: server-mechanic 项目源码 文件源码
def executeFollowUpCommand(self, followUpCommand):
    try:
      exitCode = self.execve(followUpCommand[0], followUpCommand, os.environ)
      if exitCode != 0:
        raise FollowUpCommandFailedException("Follow up command failed with exit code %s." % exitCode )
    except Exception as e:
      raise FollowUpCommandFailedException("Follow up command failed. %s" % e.message)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号