remi
remi copied to clipboard
Editor: Occasionally files are not written when saved.
I am not sure what the trigger of this is, but sometimes when saving a file, after the save, I check to see if the file has been saved or modified and either the changes are not reflected or the file is not created. This is an intermittent problem and I am not sure what triggers it.
Can't reproduce this. Can you please check for errors in the console when this happens?
The next time it happens I will upload the debug console output.
Does this happen when running the server on Windows. I had a similar problem. Solved it by detecting an IOError exception and trying again.
@KenT2 I am not sure if the question is directed towards me, but I develop on Linux, so I don't know if this happens on Windows or not.
@MrYsLab Yes it was. I had a similar problem. When using Python files saved every time on Linux but failed occasionally on Windows.