From 1bce432b4af2c3bc3ea98a8bad54690f6ff01ec3 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Fri, 11 Sep 2020 10:00:49 +0200 Subject: [PATCH] Adjust message [ci skip] --- spacy/cli/_util.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spacy/cli/_util.py b/spacy/cli/_util.py index 1c4a16f7a..c64aa1507 100644 --- a/spacy/cli/_util.py +++ b/spacy/cli/_util.py @@ -331,8 +331,8 @@ def git_sparse_checkout(repo: str, subpath: str, dest: Path, *, branch: str = "m msg.warn( f"You're running an old version of Git (v{git_version[0]}.{git_version[1]}) " f"that doesn't fully support sparse checkout yet. This means that " - f"more files than necessary may be cloned. To only download the " - f"files needed, upgrade to Git v2.22 or above." + f"more files than necessary may be downloaded temporarily. To " + f"only download the files needed, upgrade to Git v2.22 or above." ) _attempt_run_command(cmd) # Now we need to find the missing filenames for the subpath we want.