mirror of
https://gerrit.googlesource.com/git-repo
synced 2026-06-04 17:09:48 +00:00
4c5f74e4521679d1dcc31c575d417387b9c51c87
The .gitcookies file generated by googlesource.com does not have the header: # (Netscape) HTTP Cookie File which causes python's MozillaCookieJar.load to fail with the error: "does not look like a Netscape format cookies file" Prepend the expected header onto the generated cookie file. We don't bother to check if the header already exists on the file; repeating it does not cause any problem. Bug: Issue 207 Change-Id: I7d39720a1d36a6aae00f70691156514ebc04e579
Description
Languages
Python
97.9%
Shell
2.1%