tooling(restep): print as posix
.sotaignore is always written with posix paths
This commit is contained in:
parent
b03e37a4e7
commit
0688567990
|
@ -601,7 +601,7 @@ def main() -> None:
|
||||||
)
|
)
|
||||||
|
|
||||||
for file in large_files:
|
for file in large_files:
|
||||||
print(file.relative_to(REPO_DIR))
|
print(file.relative_to(REPO_DIR).as_posix())
|
||||||
|
|
||||||
cumulative_end_time = time()
|
cumulative_end_time = time()
|
||||||
print(
|
print(
|
||||||
|
|
Reference in a new issue