mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-30 21:05:21 +08:00
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:
|
||||
from jedi.api.environment import InterpreterEnvironment
|
||||
evaluator = Evaluator(
|
||||
# The project is not actually needed. Nothing should need to
|
||||
# access it.
|
||||
project=None,
|
||||
environment=InterpreterEnvironment()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user