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.
2 parents 2413818 + b4f8347 commit 09003dfCopy full SHA for 09003df
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