From 0688567990c831a84df435e45968d62105569f7f Mon Sep 17 00:00:00 2001 From: Mark Joshwel Date: Tue, 30 Jul 2024 19:10:08 +0800 Subject: [PATCH] tooling(restep): print as posix .sotaignore is always written with posix paths --- sidestepper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sidestepper.py b/sidestepper.py index 43baf61..db26b85 100644 --- a/sidestepper.py +++ b/sidestepper.py @@ -601,7 +601,7 @@ def main() -> None: ) for file in large_files: - print(file.relative_to(REPO_DIR)) + print(file.relative_to(REPO_DIR).as_posix()) cumulative_end_time = time() print(