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
Thanks for pointing that out. I'm aware that some of the actions are non-atomic and they might cause trouble but since those actions are infrequent, I expect them to barely matter. Also, even if things go wrong, the corruption is not FATAL, and should be fairly easy to fix.
Those are the reasons I haven't spent time on fixing it yet. That said, PRs are welcome as long they keep it simple.
The
write_text
function used to write config file is not atomichttps://stackoverflow.com/questions/73883435/is-python-3-path-write-text-from-pathlib-atomic
The text was updated successfully, but these errors were encountered: