mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix another place where rename() should be replace()
This commit is contained in:
parent
3c5a14a814
commit
32f538bf3a
@ -331,7 +331,7 @@ class ModelCache(object):
|
||||
with open(tmpfile, 'w') as outfile:
|
||||
outfile.write(self.preamble())
|
||||
outfile.write(yaml_str)
|
||||
os.rename(tmpfile,config_file_path)
|
||||
os.replace(tmpfile,config_file_path)
|
||||
|
||||
def preamble(self):
|
||||
'''
|
||||
|
Loading…
x
Reference in New Issue
Block a user