Skip to content

modify exceptions decorator should print the support email #89

Open
@edublancas

Description

@edublancas

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    easyEasy to fixstashLabel used to categorize issues that will be worked on next

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions