From b54b3071eff7e930f29af185231a45a2e9b5aca5 Mon Sep 17 00:00:00 2001 From: kadarakos Date: Mon, 7 Nov 2022 17:00:55 +0100 Subject: [PATCH] Update spacy/tests/test_cli.py Co-authored-by: Adriane Boyd --- spacy/tests/test_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/tests/test_cli.py b/spacy/tests/test_cli.py index 65e84af12..e9ff9fd20 100644 --- a/spacy/tests/test_cli.py +++ b/spacy/tests/test_cli.py @@ -860,7 +860,7 @@ def test_span_length_freq_dist_output_must_be_correct(): def test_applycli_empty_dir(): with make_tempdir() as data_path: - output = os.path.join(data_path / "test.spacy") + output = data_path / "test.spacy" apply(data_path, output, "blank:en", 1, 1)