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
pathlib is becoming the preferred way of handling filesystem paths in Python (https://docs.python.org/3/library/pathlib.html) as it provides a more natural API to handling and building system paths.
All niviz modules should switch over to using pathlib instead of os
The text was updated successfully, but these errors were encountered:
pathlib is becoming the preferred way of handling filesystem paths in Python (https://docs.python.org/3/library/pathlib.html) as it provides a more natural API to handling and building system paths.
All
niviz
modules should switch over to usingpathlib
instead ofos
The text was updated successfully, but these errors were encountered: