We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 363fe22 commit 663c2faCopy full SHA for 663c2fa
src/textual/getters.py
@@ -181,6 +181,6 @@ def __get__(
181
raise NoMatches(f"No child found with id={self.child_id!r}")
182
if not isinstance(child, self.expect_type):
183
raise WrongType(
184
- f"Child with id={id!r} is the wrong type; expected type {self.expect_type.__name__!r}, found {child}"
+ f"Child with id={self.child_id!r} is the wrong type; expected type {self.expect_type.__name__!r}, found {child}"
185
)
186
return child
0 commit comments