fix another place where rename() should be replace()

This commit is contained in:
Lincoln Stein 2022-11-21 07:34:23 +00:00
parent 3c5a14a814
commit 32f538bf3a

View File

@ -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):
'''