Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in Action.__doc__ for some actions #443

Closed
wenkokke opened this issue Dec 6, 2021 · 1 comment
Closed

Error in Action.__doc__ for some actions #443

wenkokke opened this issue Dec 6, 2021 · 1 comment

Comments

@wenkokke
Copy link

wenkokke commented Dec 6, 2021

The following code, together with knausj master...

from talon import Module, actions

mod = Module()

@mod.action_class
class BugReport:
  def trigger_bug():
    """Trigger a bug"""
    print(actions.edit.line_swap_down.__doc__)

... triggers the following error...

NotImplementedError: Action 'edit.line_swap_down' exists but the Module method is empty and no Context reimplements it

...rather than returning the documentation.

@lunixbochs
Copy link

fixed in 0.2.0-232

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants