aboutsummaryrefslogtreecommitdiffstats
path: root/func
diff options
context:
space:
mode:
authorzhifeng.jiang <jiang.zhifeng@zte.com.cn>2016-05-20 16:28:08 +0800
committerzhifeng.jiang <jiang.zhifeng@zte.com.cn>2016-05-20 16:28:08 +0800
commit052df6190466f5b9f2722fa1885cf08f6da1e629 (patch)
tree1e26e9175c836d12a9157a2b6faf9c3ccb3fc6b7 /func
parent4c22b78737cca49bc6459b10e7f7b6e550d56d63 (diff)
Change the args.benchmark which is not defined to benchmarks[items]
QTIP-76 Change-Id: Ia92268f296650331cec9baa876075b2708348ec5 Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>
Diffstat (limited to 'func')
-rw-r--r--func/cli.py2
1 files changed, 1 insertions, 1 deletions
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')