• Julien Muchembled's avatar
    jinja2: safer code for FS accesses · 8b177917
    Julien Muchembled authored
    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.
    8b177917
jinja2_template.py 7.49 KB