From 7c4e3eb5a89a328cff4295b458c275bf973cff57 Mon Sep 17 00:00:00 2001 From: Tom Prince Date: Thu, 7 Feb 2019 19:38:13 +0000 Subject: [PATCH] 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 --- tools/tryselect/tasks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/tryselect/tasks.py b/tools/tryselect/tasks.py index ba60779f2056..93423e739b4d 100644 --- a/tools/tryselect/tasks.py +++ b/tools/tryselect/tasks.py @@ -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: {}