mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 09:56:28 +03:00
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
|
||||
if key.split(".")[0] not in exclude:
|
||||
reader(path / key)
|
||||
return
|
||||
return path
|
||||
|
||||
|
||||
def split_command(command):
|
||||
|
|
Loading…
Reference in New Issue
Block a user