Skip to content

Commit

Permalink
Show Exception should trigger a stack trace (#4190)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel May committed Nov 9, 2021
1 parent 281d249 commit d513491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/dbt/events/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class ShowException():
# `cli_msg` method of subclasses, this is a safe operation.
# If that ever changes we'll want to reassess.
def __post_init__(self):
self.exc_info: Any = None
self.exc_info: Any = True
self.stack_info: Any = None
self.extra: Any = None

Expand Down

0 comments on commit d513491

Please sign in to comment.