From: Paul Eggleton Date: Tue, 4 Oct 2016 09:31:14 +0000 (+1300) Subject: devtool: add: fix error message when only specifying a recipe name X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9bff81f882f30b9f317516330608c203601a4769;p=openembedded-core.git devtool: add: fix error message when only specifying a recipe name We were supposed to be printing out the specified recipe name here but I forgot to specify a parameter for the string. (From OE-Core rev: 87f844e533adfc229a5d26857a82cc6b125216c8) Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py index cdd76dc9a7..ae6517e167 100644 --- a/scripts/lib/devtool/standard.py +++ b/scripts/lib/devtool/standard.py @@ -63,7 +63,7 @@ def add(args, config, basepath, workspace): args.srctree = args.recipename args.recipename = None elif os.path.isdir(args.recipename): - logger.warn('Ambiguous argument %s - assuming you mean it to be the recipe name') + logger.warn('Ambiguous argument "%s" - assuming you mean it to be the recipe name' % args.recipename) if args.fetch: if args.fetchuri: