Compare commits
2 Commits
59cfe486aa
...
2edd8a2093
Author | SHA1 | Date | |
---|---|---|---|
2edd8a2093 | |||
7a400457fe |
@ -77,7 +77,7 @@ def write_collected_to_csv(
|
||||
property_keys: Iterable[str],
|
||||
output_basename: bool,
|
||||
):
|
||||
with open(output_path, "w") as output_fd:
|
||||
with open(output_path, "w", newline="", encoding="utf-8") as output_fd:
|
||||
s_property_keys = sorted(property_keys)
|
||||
header = ["path"]
|
||||
if output_basename:
|
||||
|
Loading…
x
Reference in New Issue
Block a user