From 052df6190466f5b9f2722fa1885cf08f6da1e629 Mon Sep 17 00:00:00 2001 From: "zhifeng.jiang" Date: Fri, 20 May 2016 16:28:08 +0800 Subject: Change the args.benchmark which is not defined to benchmarks[items] QTIP-76 Change-Id: Ia92268f296650331cec9baa876075b2708348ec5 Signed-off-by: zhifeng.jiang --- func/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/func/cli.py b/func/cli.py index a99e9d0f..03a5cc69 100644 --- a/func/cli.py +++ b/func/cli.py @@ -103,5 +103,5 @@ class cli(): benchmark_details, obj.ip_pw_dict.items()) else: - print (args.benchmark, ' is not a Template in the Directory - \ + print (benchmarks[items], ' is not a Template in the Directory - \ Enter a Valid file name. or use qtip.py -h for list') -- cgit 1.2.3-korg