🐛 fix(scripts): force LF for generated text files
This commit is contained in:
@@ -285,7 +285,7 @@ def load_progress_lines(progress_path: Path) -> list[str]:
|
||||
|
||||
|
||||
def write_progress_lines(progress_path: Path, lines: list[str]) -> None:
|
||||
progress_path.write_text("\n".join(lines) + "\n", encoding="utf-8")
|
||||
progress_path.write_text("\n".join(lines) + "\n", encoding="utf-8", newline="\n")
|
||||
|
||||
|
||||
def get_thread_lock(lock_path: Path) -> threading.Lock:
|
||||
|
||||
Reference in New Issue
Block a user