mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 10:16:27 +03:00
Don't exit if no model meta data is present
This commit is contained in:
parent
8253581057
commit
d8c984b65e
|
@ -55,8 +55,6 @@ def symlink(model_path, link_name, force):
|
||||||
|
|
||||||
def get_meta(package_path, package):
|
def get_meta(package_path, package):
|
||||||
meta = util.parse_package_meta(package_path, package)
|
meta = util.parse_package_meta(package_path, package)
|
||||||
if not meta:
|
|
||||||
util.sys_exit()
|
|
||||||
return meta
|
return meta
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user