We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pathlib is the standard and preferred way to manipulate paths. We should migrate os.path calls to pathlib.
pathlib
os.path
References:
The text was updated successfully, but these errors were encountered:
Migrating from os.path to pathlib.Path also help testing the pathlib support of PyGMT, but before making the changes, we need to address #1912 first.
pathlib.Path
Sorry, something went wrong.
We probably want to enable ruff's PTH rules after we finish the replacements.
PTH
seisman
Successfully merging a pull request may close this issue.
pathlib
is the standard and preferred way to manipulate paths. We should migrateos.path
calls topathlib
.References:
The text was updated successfully, but these errors were encountered: