-
Notifications
You must be signed in to change notification settings - Fork 311
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
Any snippet using python-args-to-docstring returns Wrong type argument: listp #1200
Comments
I can reproduce this with plain Emacs: def fd(foo):
"""
Wrong type argument: listp, "foo"
"""
def fdn(bar):
"""
Wrong type argument: listp, "bar"
"""
|
I can reproduce this with plain Emacs:
Neither Emacs nor YAsnippet refer to or define
`python-args-to-docstring`, so this looks like a problem in
`yasnippet-snippets` rather than in YAsnippet (and AFAICT there's
already an issue open for that over there).
Am I missing something?
|
Exactly, that's why I opened #505 there. I am fine with closing this issue. Can Github semantically link to that other issue and tell people straightforward to look there? |
I think your message does just that 😃, thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expanding e.g.
function_docstring
and tabbing the cursor to args, showserror Wrong type argument: listp
written into the docstr upon typing. Instead of the args I'm typing.System Info 💻
The text was updated successfully, but these errors were encountered: