Skip to content

Commit ab7bf9e

Browse files
dstansbyHaoZeke
andcommitted
DOC: Improve missing env error message
Co-authored-by: Rohit Goswami <[email protected]>
1 parent 8a83354 commit ab7bf9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asv/environment.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ def get_environment_class_by_name(environment_type):
443443
tool_names = [cls.tool_name for cls in util.iter_subclasses(Environment)]
444444
raise EnvironmentUnavailable(
445445
f"Unknown environment type '{environment_type}'. "
446-
f"Allowed values are {tool_names}."
446+
f"Allowed values based on existing plugins are {tool_names}."
447447
)
448448

449449

0 commit comments

Comments
 (0)