You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had an issue trying to wrap AtomicFile, as it does not honor flush() calls (errors with AttributeError: 'AtomicFile' object has no attribute 'flush'). I went to check https://github.com/sashka/atomicfile-py and it is archived and not maintained.
I had an issue trying to wrap AtomicFile, as it does not honor flush() calls (errors with
AttributeError: 'AtomicFile' object has no attribute 'flush'
). I went to check https://github.com/sashka/atomicfile-py and it is archived and not maintained.https://github.com/untitaker/python-atomicwrites looks like a suitable replacement (but I'm not really familiar with either library).
Does anyone have opinions/thoughts on this?
The text was updated successfully, but these errors were encountered: