diff options
Diffstat (limited to 'scripts/lib/devtool/standard.py')
| -rw-r--r-- | scripts/lib/devtool/standard.py | 2 | 
1 files changed, 1 insertions, 1 deletions
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): | |||
| 63 | args.srctree = args.recipename | 63 | args.srctree = args.recipename | 
| 64 | args.recipename = None | 64 | args.recipename = None | 
| 65 | elif os.path.isdir(args.recipename): | 65 | elif os.path.isdir(args.recipename): | 
| 66 | logger.warn('Ambiguous argument %s - assuming you mean it to be the recipe name') | 66 | logger.warn('Ambiguous argument "%s" - assuming you mean it to be the recipe name' % args.recipename) | 
| 67 | 67 | ||
| 68 | if args.fetch: | 68 | if args.fetch: | 
| 69 | if args.fetchuri: | 69 | if args.fetchuri: | 
