mirror of
https://gerrit.googlesource.com/git-repo
synced 2025-04-16 14:09:47 +00:00
Use os.environ.copy() instead of dict()
Signed-off-by: Shawn O. Pearce <sop@google.com> (cherry picked from commit 3218c13205694434edb2375ab8a8515554eed366)
This commit is contained in:
parent
df14a70c45
commit
727ee98a40
@ -127,7 +127,7 @@ class GitCommand(object):
|
|||||||
ssh_proxy = False,
|
ssh_proxy = False,
|
||||||
cwd = None,
|
cwd = None,
|
||||||
gitdir = None):
|
gitdir = None):
|
||||||
env = dict(os.environ)
|
env = os.environ.copy()
|
||||||
|
|
||||||
for e in [REPO_TRACE,
|
for e in [REPO_TRACE,
|
||||||
GIT_DIR,
|
GIT_DIR,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user