Commit f15d5442 authored by Matthias Putz's avatar Matthias Putz

fixed self update problem..

parent 2653c7e0
...@@ -698,8 +698,8 @@ def _VerifyTag(project): ...@@ -698,8 +698,8 @@ def _VerifyTag(project):
return False return False
env = os.environ.copy() env = os.environ.copy()
env['GIT_DIR'] = project.gitdir.encode() env['GIT_DIR'] = project.gitdir
env['GNUPGHOME'] = gpg_dir.encode() env['GNUPGHOME'] = gpg_dir
cmd = [GIT, 'tag', '-v', cur] cmd = [GIT, 'tag', '-v', cur]
proc = subprocess.Popen(cmd, proc = subprocess.Popen(cmd,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment