Skip to content

Commit 640766a

Browse files
committed
fix python Bad git executable.
1 parent 7256b04 commit 640766a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/manager_github.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
from os import makedirs
1+
from os import makedirs, environ
22
from os.path import dirname, join
33
from shutil import copy, rmtree
44

5+
environ["GIT_PYTHON_REFRESH"] = "quiet"
56
from git import Repo
67
from github import Github, AuthenticatedUser, Repository
78

0 commit comments

Comments
 (0)