forked from VimPlug/jedi
fixed bug in recursion detection (not really a fix, I don't understand why this happens only in python3)
This commit is contained in:
@@ -141,6 +141,7 @@ class ImportPath(object):
|
||||
scope, rest = self._follow_file_system()
|
||||
except ModuleNotFound:
|
||||
debug.warning('Module not found: ' + str(self.import_stmt))
|
||||
evaluate.follow_statement.pop_stmt()
|
||||
return []
|
||||
|
||||
scopes = [scope]
|
||||
|
||||
Reference in New Issue
Block a user