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