diff options
Diffstat (limited to 'project.py')
-rw-r--r-- | project.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1949,7 +1949,7 @@ class Project(object): | |||
1949 | cmd += ['--proxy', os.environ['http_proxy']] | 1949 | cmd += ['--proxy', os.environ['http_proxy']] |
1950 | with self._GetBundleCookieFile(srcUrl) as cookiefile: | 1950 | with self._GetBundleCookieFile(srcUrl) as cookiefile: |
1951 | if cookiefile: | 1951 | if cookiefile: |
1952 | cmd += ['--cookie', cookiefile] | 1952 | cmd += ['--cookie', cookiefile, '--cookie-jar', cookiefile] |
1953 | if srcUrl.startswith('persistent-'): | 1953 | if srcUrl.startswith('persistent-'): |
1954 | srcUrl = srcUrl[len('persistent-'):] | 1954 | srcUrl = srcUrl[len('persistent-'):] |
1955 | cmd += [srcUrl] | 1955 | cmd += [srcUrl] |