Descriptionv8gen.py: change file open mode from 'aw' to just 'a'
'a' and 'w' are mutually exclusive and just 'a' is what we actually
want. Linux doesn't care (it just takes the first one) but Windows
throws a ValueError.
R=machenbach@chromium.org
BUG=None
Committed: https://crrev.com/4d2659a706bf02cbea7387e2a8e7b289f016d81b
Cr-Commit-Position: refs/heads/master@{#40711}
Patch Set 1 #
Messages
Total messages: 14 (9 generated)
|