mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 05:54:25 +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()
|
install_requires = f.read().splitlines()
|
||||||
|
|
||||||
assert os.path.isfile("jedi/third_party/typeshed/LICENSE"), \
|
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',
|
setup(name='jedi',
|
||||||
version=version,
|
version=version,
|
||||||
|
|||||||
Reference in New Issue
Block a user