mirror of https://github.com/explosion/spaCy.git
Fix typo
This commit is contained in:
parent
5f325b602b
commit
7584fdafec
|
@ -925,7 +925,7 @@ def from_disk(path, readers, exclude):
|
||||||
# Split to support file names like meta.json
|
# Split to support file names like meta.json
|
||||||
if key.split(".")[0] not in exclude:
|
if key.split(".")[0] not in exclude:
|
||||||
reader(path / key)
|
reader(path / key)
|
||||||
return
|
return path
|
||||||
|
|
||||||
|
|
||||||
def split_command(command):
|
def split_command(command):
|
||||||
|
|
Loading…
Reference in New Issue