Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasraabe committed Nov 13, 2023
1 parent ab9fd8d commit 8cf360d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/_pytask/traceback.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ class Traceback:

show_locals: ClassVar[bool] = False
suppress: ClassVar[tuple[Path, ...]] = (
# _PLUGGY_DIRECTORY,
# TREE_UTIL_LIB_DIRECTORY,
# _PYTASK_DIRECTORY,
_PLUGGY_DIRECTORY,
TREE_UTIL_LIB_DIRECTORY,
_PYTASK_DIRECTORY,
)

def __rich_console__(
Expand Down

0 comments on commit 8cf360d

Please sign in to comment.