Skip to content

Commit

Permalink
pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
klebster2 committed Nov 2, 2024
1 parent 439d128 commit 0c3593d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def install(package: str):
for dataset_name, item in wn.config.index.items()
if item.get("language")
}
if not any(re.findall(r"pytest|py.test", sys.argv[0])):
if vim is None:
ARTEFACT_NAME = LANGUAGE_TO_WORDNET_ARTEFACT["mul"]
else:
ARTEFACT_NAME = LANGUAGE_TO_WORDNET_ARTEFACT.get(
Expand Down

0 comments on commit 0c3593d

Please sign in to comment.