-
- Downloads
Fix handling of file-already-exists-post-lock #18
Was testing the wrong variable for None-ness. The returned file from atomic.__enter__() will be None if the file already exists, not the atomic itself.
Please register or sign in to comment