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

modify exceptions decorator should print the support email #89

Open
edublancas opened this issue Apr 25, 2024 · 0 comments
Open

modify exceptions decorator should print the support email #89

edublancas opened this issue Apr 25, 2024 · 0 comments
Labels
easy Easy to fix stash Label used to categorize issues that will be worked on next

Comments

@edublancas
Copy link
Contributor

we currently only show the slack link, but we should optionally show the support email

@modify_exceptions(show_email=True)
def something():
    pass

code:

def modify_exceptions(fn):

we can do something like this to prevent API breaks: https://stackoverflow.com/a/39335652/709975

@edublancas edublancas added the stash Label used to categorize issues that will be worked on next label Apr 25, 2024
@edublancas edublancas added the easy Easy to fix label Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy Easy to fix stash Label used to categorize issues that will be worked on next
Projects
None yet
Development

No branches or pull requests

1 participant