##// 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
Matthias Bussonnier -
r28440:c00e76fc merge
Show More
Name Size Modified Last Commit Author
/ IPython / testing
plugin
tests
__init__.py Loading ...
decorators.py Loading ...
globalipapp.py Loading ...
ipunittest.py Loading ...
skipdoctest.py Loading ...
tools.py Loading ...