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
The regex to parse the output of tokens is here: https://github.com/ganga-devs/ganga/blob/develop/ganga/GangaCore/GPIDev/Credentials/AfsToken.py#L29
tokens
It is not generic enough as someone has a command that returns:
Tokens for [email protected] [Expires Jan 24 18:13] --End of list--
It would be good to try and get away from this if we can.
The text was updated successfully, but these errors were encountered:
mesmith75
No branches or pull requests
The regex to parse the output of
tokens
is here: https://github.com/ganga-devs/ganga/blob/develop/ganga/GangaCore/GPIDev/Credentials/AfsToken.py#L29It is not generic enough as someone has a command that returns:
It would be good to try and get away from this if we can.
The text was updated successfully, but these errors were encountered: