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

Replace logger.exit(...) from the internals #155

Merged
merged 1 commit into from
Sep 15, 2024

Conversation

xarses
Copy link
Contributor

@xarses xarses commented Sep 14, 2024

Replace with raise ValueError instead so that the caller has the option to handle the problem as they desire.

Fixes: #154

@vsoch
Copy link
Contributor

vsoch commented Sep 14, 2024

@xarses you will need to sign the DCO to merge this fully - click on the little "Details" next to the Robot that says "DCO" in the checks section.

Replace with raise ValueError instead so that the caller has the option to
handle the problem as they desire.

Fixes: oras-project#154
Signed-off-by: Andrew Woodward <[email protected]>
@xarses
Copy link
Contributor Author

xarses commented Sep 14, 2024

just signed-off-by? should be good. Thanks!

@vsoch vsoch merged commit 4d248a8 into oras-project:main Sep 15, 2024
5 checks passed
@xarses xarses deleted the raise_logger branch September 15, 2024 18:21
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.

logger.exit(...)
2 participants