Skip to content

Commit 0c3593d

Browse files
committed
pytest
1 parent 439d128 commit 0c3593d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def install(package: str):
3232
for dataset_name, item in wn.config.index.items()
3333
if item.get("language")
3434
}
35-
if not any(re.findall(r"pytest|py.test", sys.argv[0])):
35+
if vim is None:
3636
ARTEFACT_NAME = LANGUAGE_TO_WORDNET_ARTEFACT["mul"]
3737
else:
3838
ARTEFACT_NAME = LANGUAGE_TO_WORDNET_ARTEFACT.get(

0 commit comments

Comments
 (0)