Closed RidaAyed closed 1 month ago
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?
so this looks like a problem in
yasnippet-snippets
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 :smiley:, thanks.
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 :computer: