AI says where we pass obj to AttributeError as a positional argument, but that's not the usage for that. instead should be ` __init__(message, obj=obj)` https://github.com/sandpiper-toolchain/sandplover/blob/34ddac0f13b51a7d4672cfeaa51b2f8edc95028d/sandplover/utils.py#L68 _Originally posted by @ericbarefoot in https://github.com/sandpiper-toolchain/sandplover/pull/250#pullrequestreview-4955225010_
AI says where we pass obj to AttributeError as a positional argument, but that's not the usage for that. instead should be
__init__(message, obj=obj)sandplover/sandplover/utils.py
Line 68 in 34ddac0
Originally posted by @ericbarefoot in #250 (review)