Make message on failed linking more clear

This commit is contained in:
ines 2018-01-03 17:38:09 +01:00
parent 1fa6ba8130
commit 8ba0dfd017

View File

@ -49,8 +49,7 @@ def download(cmd, model, direct=False):
"you don't have admin permissions?), but you can still "
"load the model via its full package name:",
"nlp = spacy.load('%s')" % model_name,
title="Download successful")
title="Download successful but linking failed")
def get_json(url, desc):
r = requests.get(url)