jinja2: safer code for FS accesses
Although very unlikely here, it's good pratice to write code without possible race conditions. The only remaining one here is when anouther process create a file (with the same output path) between its deletion and its creation.
Showing
Please register or sign in to comment