Skip to content

Commit

Permalink
DOC: Improve missing env error message
Browse files Browse the repository at this point in the history
Co-authored-by: Rohit Goswami <r95g10@gmail.com>
  • Loading branch information
dstansby and HaoZeke committed Jan 27, 2024
1 parent 8a83354 commit ab7bf9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asv/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ def get_environment_class_by_name(environment_type):
tool_names = [cls.tool_name for cls in util.iter_subclasses(Environment)]
raise EnvironmentUnavailable(
f"Unknown environment type '{environment_type}'. "
f"Allowed values are {tool_names}."
f"Allowed values based on existing plugins are {tool_names}."
)


Expand Down

0 comments on commit ab7bf9e

Please sign in to comment.