mirror of
https://github.com/invoke-ai/InvokeAI
synced 2025-07-25 12:55:55 +00:00
Windows does not support an atomic `os.rename()` operation. This PR changes it to `os.replace()`, which does the same thing.
Windows does not support an atomic `os.rename()` operation. This PR changes it to `os.replace()`, which does the same thing.