コード例 #1
0
ファイル: protocol.py プロジェクト: emil2k/joltem
    def processExited(self, reason):
        """ Logging, git process exit.

        Called when the child process exits.

        """
        self.log("process exited", "gateway - git process")
        ProcessProtocol.processExited(self, reason)