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
In scattered places we are using os.path and various features like splitext() and in other places we are using pathlib's simpler implementation. We also pass around paths as strings or pathlib.Path.
We should make everything pathlib.Path and simplify the implementation.
The text was updated successfully, but these errors were encountered:
In scattered places we are using
os.path
and various features likesplitext()
and in other places we are using pathlib's simpler implementation. We also pass around paths as strings or pathlib.Path.We should make everything pathlib.Path and simplify the implementation.
The text was updated successfully, but these errors were encountered: