mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
Better error message, when typeshed is missing, see #1341
This commit is contained in:
2
setup.py
2
setup.py
@@ -18,7 +18,7 @@ with open('requirements.txt') as f:
|
||||
install_requires = f.read().splitlines()
|
||||
|
||||
assert os.path.isfile("jedi/third_party/typeshed/LICENSE"), \
|
||||
"Please download the typeshed submodule first"
|
||||
"Please download the typeshed submodule first (Hint: git submodule update --init)"
|
||||
|
||||
setup(name='jedi',
|
||||
version=version,
|
||||
|
||||
Reference in New Issue
Block a user