diff options
Diffstat (limited to 'project.py')
-rw-r--r-- | project.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |