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

Inspect source of exception and filter out of module scope #40

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

kompotkot
Copy link
Contributor

@kompotkot kompotkot commented Mar 30, 2021

PR close issue #31

@@ -320,10 +326,21 @@ def setup_excepthook(self, tags: Optional[List[str]] = None, publish: bool = Tru
if not self.is_excepthook_set:
original_excepthook = sys.excepthook

if modules_whitelist is None:
modules_whitelist = []
modules_whitelist.append(self.name)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

By default all exceptions should be available

python/setup.py Outdated
@@ -6,7 +6,7 @@

setup(
name="humbug",
version="0.1.14",
version="0.1.15",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Update to next version

@zomglings zomglings self-requested a review April 7, 2021 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants