From: zhifeng.jiang Date: Fri, 20 May 2016 08:28:08 +0000 (+0800) Subject: Change the args.benchmark which is not defined to benchmarks[items] X-Git-Tag: danube.1.0~347 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=052df6190466f5b9f2722fa1885cf08f6da1e629;p=qtip.git Change the args.benchmark which is not defined to benchmarks[items] QTIP-76 Change-Id: Ia92268f296650331cec9baa876075b2708348ec5 Signed-off-by: zhifeng.jiang --- 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')