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
Currently check_version turns a URL into a pid and also checks the version. We plan to organize it into two functions instead:
get_pid
check_version
Need to make sure:
The text was updated successfully, but these errors were encountered:
maier-m
No branches or pull requests
Currently check_version turns a URL into a pid and also checks the version. We plan to organize it into two functions instead:
get_pid
= returns a PID when given a pid/URLcheck_version
= returns the version that matches the data_pid given; returns a warning if the data_pid has been obsoletedNeed to make sure:
The text was updated successfully, but these errors were encountered: