mirror of
https://gerrit.googlesource.com/git-repo
synced 2024-12-21 07:16:21 +00:00
Use os.environ.copy() instead of dict()
Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
parent
b0f9a02394
commit
3218c13205
@ -104,7 +104,7 @@ class GitCommand(object):
|
||||
ssh_proxy = False,
|
||||
cwd = None,
|
||||
gitdir = None):
|
||||
env = dict(os.environ)
|
||||
env = os.environ.copy()
|
||||
|
||||
for e in [REPO_TRACE,
|
||||
GIT_DIR,
|
||||
|
Loading…
Reference in New Issue
Block a user