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 2413818 commit b4f8347Copy full SHA for b4f8347
src/textual/app.py
@@ -3678,7 +3678,7 @@ def _parse_action(
3678
raise ActionError(f"Action namespace {destination} is not known")
3679
action_target = getattr(self, destination, None)
3680
if action_target is None:
3681
- raise ActionError("Action target {destination!r} not available")
+ raise ActionError(f"Action target {destination!r} not available")
3682
return (
3683
(default_namespace if action_target is None else action_target),
3684
action_name,
0 commit comments