We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a83354 commit ab7bf9eCopy full SHA for ab7bf9e
asv/environment.py
@@ -443,7 +443,7 @@ def get_environment_class_by_name(environment_type):
443
tool_names = [cls.tool_name for cls in util.iter_subclasses(Environment)]
444
raise EnvironmentUnavailable(
445
f"Unknown environment type '{environment_type}'. "
446
- f"Allowed values are {tool_names}."
+ f"Allowed values based on existing plugins are {tool_names}."
447
)
448
449
0 commit comments