No bug: [tryselect] Slightly improve the accuracy of the error message on parameter mismatch; r=ahal

Differential Revision: https://phabricator.services.mozilla.com/D19024

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Tom Prince 2019-02-07 19:38:13 +00:00
parent b77338e1f9
commit 7c4e3eb5a8

View File

@ -31,8 +31,8 @@ build = MozbuildObject.from_environment(cwd=here)
PARAMETER_MISMATCH = """
ERROR - The parameters being used to generate tasks differ from those defined
in your working copy:
ERROR - The parameters being used to generate tasks differ from those expected
by your working copy:
{}