tooling(restep): print as posix

.sotaignore is always written with posix paths
This commit is contained in:
Mark Joshwel 2024-07-30 19:10:08 +08:00
parent b03e37a4e7
commit 0688567990

View file

@ -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(