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
Whilst working on #382 I noticed a few places (AtomicSaver's dest_path parameter to name one) where the code could be updated to support os.PathLike instead of just a string.
It wasn't my goal there to do any logic changes. But that's something I noticed could be worth improving support for. And will be easier to spot with annotations in place.