Skip to content
New issue

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

Tool to mark an API version as unserved #229

Merged
merged 3 commits into from
Nov 15, 2024
Merged

Conversation

roehrich-hpe
Copy link
Contributor

No description provided.

Signed-off-by: Dean Roehrich <[email protected]>
@roehrich-hpe roehrich-hpe changed the title Tool unserve api Tool to mark an API version as unserved Nov 14, 2024
print(f"API --spoke-ver {args.spoke_ver} is not a spoke.")
sys.exit(1)

unserve_api(args, project, makecmd, gitcli, cgen.preferred_api_alias())
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might want to wrap this in a try/except block since you raise some exceptions below.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unless I have a need to pretty-up the error, I'm going to leave it.

@roehrich-hpe roehrich-hpe merged commit afa9f7b into master Nov 15, 2024
1 check passed
@roehrich-hpe roehrich-hpe deleted the tool-unserve-api branch November 15, 2024 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants