Skip to content
Snippets Groups Projects
Commit 63983c2f authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Weaken "Install the X package to get a better output" claim to "... may produce a better output".

parent 889e10f0
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,9 @@ class RequiredToolNotFound(Exception):
x = get_package_provider(self.command)
if x:
xs.append(
"Install the '{}' package to get a better output.".format(x)
"Installing the '{}' package may produce a better output.".format(
x
)
)
return " ".join(x for x in xs if x)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment