Add a comment about why the project is None in the subprocess

This commit is contained in:
Dave Halter
2018-01-17 19:12:58 +01:00
parent 4e4f75c882
commit 263989c0ab

View File

@@ -234,6 +234,8 @@ class Listener(object):
except KeyError:
from jedi.api.environment import InterpreterEnvironment
evaluator = Evaluator(
# The project is not actually needed. Nothing should need to
# access it.
project=None,
environment=InterpreterEnvironment()
)