mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-27 12:14:10 +08:00
b6cc240db1
The documentation[1] for the csv module specifies that we should specify newline='' when opening the output file. Without that, the module garbles the newlines, writing them as \r\r\n on Windows instead of \r\n. So let's do what the documentation says, and specify newline='' [1]: https://docs.python.org/3/library/csv.html#id3 Reviewed-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12405> |
||
---|---|---|
.. | ||
pick | ||
__init__.py | ||
.editorconfig | ||
commit_in_branch_test.py | ||
commit_in_branch.py | ||
gen_calendar_entries_test.py | ||
gen_calendar_entries.py | ||
gen_release_notes_test.py | ||
gen_release_notes.py | ||
git_sha1_gen.py | ||
install_megadrivers.py | ||
khronos-update.py | ||
meson_get_version.py | ||
meson-cmd-extract.py | ||
meson-options.py | ||
meson.build | ||
perf-annotate-jit.py | ||
pick-ui.py | ||
post_version_test.py | ||
post_version.py | ||
symbols-check.py | ||
update-android-headers.sh |