-
Notifications
You must be signed in to change notification settings - Fork 3
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
[CDF-21573] ♨ Raise on Location #621
Conversation
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified Files
|
if ToolGlobals.failed: | ||
if results and results.has_counts: | ||
print(results.counts_table()) | ||
if results and results.has_uploads: | ||
print(results.uploads_table()) | ||
raise ToolkitDeployResourceError(f"Failure to load/deploy {loader_instance.display_name} as expected.") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is no longer necessary as we know raise an appropriate exception in the place the error occurred, instead of the generic one here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👌
Description
Please describe the change you have made.
Checklist
_version.py and
pyproject.toml per semantic versioning.