diff --git a/spacy/cli/project/assets.py b/spacy/cli/project/assets.py index 6f23f0e0a..cb3a2fb99 100644 --- a/spacy/cli/project/assets.py +++ b/spacy/cli/project/assets.py @@ -44,7 +44,9 @@ def project_assets(project_dir: Path) -> None: if dest.exists(): # If there's already a file, check for checksum if checksum and checksum == get_checksum(dest): - msg.good(f"Skipping download with matching checksum: {dest}") + msg.good( + f"Skipping download with matching checksum: {asset['dest']}" + ) continue else: if dest.is_dir():