Compare commits
No commits in common. "2edd8a20937a4da2f3d9e4f21866a5510c52484d" and "59cfe486aa3b39057c2321b64a957d0b37346184" have entirely different histories.
2edd8a2093
...
59cfe486aa
@ -77,7 +77,7 @@ def write_collected_to_csv(
|
|||||||
property_keys: Iterable[str],
|
property_keys: Iterable[str],
|
||||||
output_basename: bool,
|
output_basename: bool,
|
||||||
):
|
):
|
||||||
with open(output_path, "w", newline="", encoding="utf-8") as output_fd:
|
with open(output_path, "w") as output_fd:
|
||||||
s_property_keys = sorted(property_keys)
|
s_property_keys = sorted(property_keys)
|
||||||
header = ["path"]
|
header = ["path"]
|
||||||
if output_basename:
|
if output_basename:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user