Skip to content
Commit e1191b3a authored by Collin Fijalkovich's avatar Collin Fijalkovich Committed by Mike Frysinger
Browse files

Open temporary cookie file as writable in sync.py



Named Temporary file defaults to mode 'w+b' which causes repo sync to
fail. By opening the tmpcookiefile in PersistentTransport.request as
writable, we are able to run sync successfully.

Bug: https://crbug.com/gerrit/12370
Test: Ran smartsync successfully
Change-Id: I01ddf915fc30eb3ff0e4d440a6f1aa261c63e88d
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/255692
Tested-by: default avatarJonathan Nieder <jrn@google.com>
Reviewed-by: default avatarJonathan Nieder <jrn@google.com>
parent 8f9bf484
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment