forked from VimPlug/jedi
Add a comment about why the project is None in the subprocess
This commit is contained in:
@@ -234,6 +234,8 @@ class Listener(object):
|
|||||||
except KeyError:
|
except KeyError:
|
||||||
from jedi.api.environment import InterpreterEnvironment
|
from jedi.api.environment import InterpreterEnvironment
|
||||||
evaluator = Evaluator(
|
evaluator = Evaluator(
|
||||||
|
# The project is not actually needed. Nothing should need to
|
||||||
|
# access it.
|
||||||
project=None,
|
project=None,
|
||||||
environment=InterpreterEnvironment()
|
environment=InterpreterEnvironment()
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user