mirror of https://github.com/explosion/spaCy.git
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):
|
||||
meta = util.parse_package_meta(package_path, package)
|
||||
if not meta:
|
||||
util.sys_exit()
|
||||
return meta
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue