summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--project.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/project.py b/project.py
index 77b97f73..8fdacc65 100644
--- a/project.py
+++ b/project.py
@@ -2398,7 +2398,7 @@ class Project(object):
2398 platform_utils.remove(tmpPath) 2398 platform_utils.remove(tmpPath)
2399 with GetUrlCookieFile(srcUrl, quiet) as (cookiefile, proxy): 2399 with GetUrlCookieFile(srcUrl, quiet) as (cookiefile, proxy):
2400 if cookiefile: 2400 if cookiefile:
2401 cmd += ['--cookie', cookiefile, '--cookie-jar', cookiefile] 2401 cmd += ['--cookie', cookiefile]
2402 if proxy: 2402 if proxy:
2403 cmd += ['--proxy', proxy] 2403 cmd += ['--proxy', proxy]
2404 elif 'http_proxy' in os.environ and 'darwin' == sys.platform: 2404 elif 'http_proxy' in os.environ and 'darwin' == sys.platform: