Closed internationils closed 1 month ago
I was creating and removing files with a script and noticed that some things are not as atomic as I expected in WSL... maybe that is what is happening with the renaming?
# remove it since it is autogenerated
# does not work immediately, WSL filesystem is too slow to close it
sleep 0.1
rm -f $section
Duplicate of #1141. Should be fixed.