##// 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:

r27843:667f3cbe
r28440:c00e76fc merge
Show More
simplevars.py
2 lines | 24 B | text/x-python | PythonLexer
x = 1
print("x is:", x)