diff --git a/project.py b/project.py index ce27e7ab..6ed9f9d4 100644 --- a/project.py +++ b/project.py @@ -1949,7 +1949,7 @@ class Project(object): cmd += ['--proxy', os.environ['http_proxy']] with self._GetBundleCookieFile(srcUrl) as cookiefile: if cookiefile: - cmd += ['--cookie', cookiefile] + cmd += ['--cookie', cookiefile, '--cookie-jar', cookiefile] if srcUrl.startswith('persistent-'): srcUrl = srcUrl[len('persistent-'):] cmd += [srcUrl]