We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b9a679 commit 9adb3d3Copy full SHA for 9adb3d3
src/pluggy/_callers.py
@@ -32,7 +32,7 @@ def _raise_wrapfail(
32
),
33
msg: str,
34
) -> NoReturn:
35
- co = wrap_controller.gi_code
+ co = wrap_controller.gi_code # type: ignore[union-attr]
36
raise RuntimeError(
37
f"wrap_controller at {co.co_name!r} {co.co_filename}:{co.co_firstlineno} {msg}"
38
)
0 commit comments