mirror of https://github.com/explosion/spaCy.git
Merge branch 'master' of https://github.com/explosion/spaCy
This commit is contained in:
commit
bc10d06bc2
|
@ -8,7 +8,6 @@ from .. import util
|
|||
|
||||
|
||||
def link(origin, link_name, force=False):
|
||||
print("Linking", origin, link_name)
|
||||
if is_package(origin):
|
||||
link_package(origin, link_name, force)
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue