##// END OF EJS Templates
Fix temporary folder cleanup on exit (#14188)...
Fix temporary folder cleanup on exit (#14188) When using mkdtemp, the folder content cleanup must be done by the user. The current call to `rmdir` fails in case additional files are generated while editing the code. For example vim with undofile activated does this. Fixes #14099

File last commit:

r1566:5dee5d39
r28440:c00e76fc merge
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer