joaotavora / yasnippet

A template system for Emacs
http://joaotavora.github.io/yasnippet/
2.8k stars 311 forks source link

Any snippet using python-args-to-docstring returns Wrong type argument: listp #1200

Open RidaAyed opened 2 months ago

RidaAyed commented 2 months ago

Expanding e.g. function_docstring and tabbing the cursor to args, shows error Wrong type argument: listp written into the docstr upon typing. Instead of the args I'm typing.

System Info :computer:

quazgar commented 2 days ago

I can reproduce this with plain Emacs:

def fd(foo):
    """
    Wrong type argument: listp, "foo"
    """

def fdn(bar):
    """

    Wrong type argument: listp, "bar"
    """