1
0
forked from VimPlug/jedi

Issues with argument clinic parser.

This commit is contained in:
Dave Halter
2014-12-08 15:45:40 +01:00
parent 01b9361b33
commit 94ea2c1096
2 changed files with 4 additions and 3 deletions

View File

@@ -117,6 +117,7 @@ class Arguments(pr.Base):
# For the stdlib we always want values. If we don't get them,
# that's ok, maybe something is too hard to resolve, however,
# we will not proceed with the evaluation of that function.
debug.warning('argument_clinic "%s" not resolvable.', name)
raise ValueError
yield values