• Olivier Delalleau's avatar
    Slightly safer cleanup of temporary file · c56b57f3
    Olivier Delalleau 提交于
    Ensure file descriptor is closed before trying to remove the temporary
    file, as otherwise I suspect the removal might fail on some operating
    systems. I think such a situation might happen only very rarely though
    (maybe if disk is full?).
    c56b57f3
configdefaults_late.py 3.3 KB