Actions
Bug #15800
closedjinja templating does not clean up the temp files properly
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Reviewed
Fix check:
Checked
Regression:
Description
When rendering a template, the .new and .json files are kept. We should remove them after each execution.
It is guarded by a class which is not defined anywhere (state_dumped) which is a bug. Moreover, we are trying to remove the files only when we suppose everything went fine.
We should remove the temp file everytime and remove this logic.
Actions