1
0
forked from VimPlug/jedi

debugging stuff

This commit is contained in:
David Halter
2012-07-05 01:03:28 +02:00
parent 70530c0767
commit 70b3895e42
5 changed files with 39 additions and 5 deletions

View File

@@ -133,7 +133,7 @@ def complete(source, row, column, source_path):
:param source_path: The path in the os, the current module is in.
:type source_path: int
:return: list of completion objects
:return: list of Completion objects.
:rtype: list
"""
try: