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 0e047f8a..3643762e 100644
--- a/project.py
+++ b/project.py
@@ -2482,7 +2482,7 @@ class Project(object):
2482 platform_utils.remove(tmpPath) 2482 platform_utils.remove(tmpPath)
2483 with GetUrlCookieFile(srcUrl, quiet) as (cookiefile, proxy): 2483 with GetUrlCookieFile(srcUrl, quiet) as (cookiefile, proxy):
2484 if cookiefile: 2484 if cookiefile:
2485 cmd += ['--cookie', cookiefile, '--cookie-jar', cookiefile] 2485 cmd += ['--cookie', cookiefile]
2486 if proxy: 2486 if proxy:
2487 cmd += ['--proxy', proxy] 2487 cmd += ['--proxy', proxy]
2488 elif 'http_proxy' in os.environ and 'darwin' == sys.platform: 2488 elif 'http_proxy' in os.environ and 'darwin' == sys.platform: