We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1947f36 commit 4c22986Copy full SHA for 4c22986
git_repo/services/ext/github.py
@@ -28,6 +28,7 @@ def connect(self):
28
# upgrade self.gh from a GitHub object to a GitHubEnterprise object
29
gh = github3.GitHubEnterprise(RepositoryService.build_url(self))
30
self.gh._session.base_url = gh._session.base_url
31
+ gh._session = self.gh._session
32
self.gh = gh
33
# propagate ssl certificate parameter
34
self.gh._session.verify = self.session_certificate or not self.session_insecure
0 commit comments