project_future.py [116:127]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        project_param = self.project_param
        target_param = self.target_param
        try:
            build_parent_dir = common.check_execute_output([
                'git', '-C', os.path.dirname(self._project),
                'rev-parse', '--show-toplevel']).rstrip()
        except common.ExecuteCommandFailure as error:
            build_parent_dir = os.path.dirname(self._project)

        build_dir = os.path.join(build_parent_dir, 'build')

        build = []
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



project_future.py [159:170]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        project_param = self.project_param
        target_param = self.target_param
        try:
            build_parent_dir = common.check_execute_output([
                'git', '-C', os.path.dirname(self._project),
                'rev-parse', '--show-toplevel']).rstrip()
        except common.ExecuteCommandFailure as error:
            build_parent_dir = os.path.dirname(self._project)

        build_dir = os.path.join(build_parent_dir, 'build')

        build = []
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



