os.rename did not work when we changed the TMPDIR to /mnt/ProNET/newtmp. So we replaced it with os.replace
|
os.rename(tmp.name, filename) |
If this solution is found stable, we shall commit it to kcho/pronet branch.
Edit:
os.replace was found to be ineffectual.
os.renamedid not work when we changed the TMPDIR to/mnt/ProNET/newtmp. So we replaced it withos.replacelochness/lochness/__init__.py
Line 594 in fa04f6d
If this solution is found stable, we shall commit it to kcho/pronet branch.
Edit:
os.replacewas found to be ineffectual.