Fix success message [ci skip]

This commit is contained in:
Ines Montani 2020-10-15 14:42:08 +02:00
parent 10611bf56a
commit ff4267d181
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# fmt: off
__title__ = "spacy-nightly"
__version__ = "3.0.0rc0"
__version__ = "3.0.0rc1"
__download_url__ = "https://github.com/explosion/spacy-models/releases/download"
__compatibility__ = "https://raw.githubusercontent.com/explosion/spacy-models/master/compatibility.json"
__projects__ = "https://github.com/explosion/projects"

View File

@ -112,10 +112,10 @@ def train(
nlp.to_disk(final_model_path)
else:
nlp.to_disk(final_model_path)
# This will only run if we don't hit an error
stdout.write(
msg.good("Saved pipeline to output directory", final_model_path) + "\n"
)
# This will only run if we don't hit an error
stdout.write(
msg.good("Saved pipeline to output directory", final_model_path) + "\n"
)
def train_while_improving(