mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-21 01:21:58 +03:00
remove file:// bit
This commit is contained in:
parent
f443dd10b8
commit
7916d253c1
|
@ -47,4 +47,4 @@ def find_function(func_name: str, registry_name: str) -> None:
|
|||
exits=1,
|
||||
)
|
||||
|
||||
msg.good(f"Found registered function at file://{registry_path}:{line_no}")
|
||||
msg.good(f"Found registered function at {registry_path}:{line_no}")
|
||||
|
|
Loading…
Reference in New Issue
Block a user