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
vtag --help says vtag vos:RootNode/MyImage.fits quality=good should work, but it does not--it results in an invalid URI error.
vtag vos:RootNode/MyImage.fits quality=good
If you use a full vos URI like ivo://cadc.nrc.ca/vospace/user#quality it works.
ivo://cadc.nrc.ca/vospace/user#quality
If you use just the value prefixed with # it works. (#quality)
#quality
Looks like the conversion from the fragment to full URI isn't inserting the hash mark.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
vtag --help says
vtag vos:RootNode/MyImage.fits quality=good
should work, but it does not--it results in an invalid URI error.If you use a full vos URI like
ivo://cadc.nrc.ca/vospace/user#quality
it works.If you use just the value prefixed with # it works. (
#quality
)Looks like the conversion from the fragment to full URI isn't inserting the hash mark.
The text was updated successfully, but these errors were encountered: