[BUG] Dataclass attributes specified with init=False
cause error in pretty printing
#3417
Closed
2 tasks done
Labels
Describe the bug
Objects in pretty traceback printing which are
dataclass
objects with fields that are specified withinit=False
will cause an uncaught exception in the printing. See below.This is specifically caused by this line of code.
PR Submitted
The text was updated successfully, but these errors were encountered: