Code Review
/
qtip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
4c22b78
)
Change the args.benchmark which is not defined to benchmarks[items]
21/14421/1
author
zhifeng.jiang
<jiang.zhifeng@zte.com.cn>
Fri, 20 May 2016 08:28:08 +0000
(16:28 +0800)
committer
zhifeng.jiang
<jiang.zhifeng@zte.com.cn>
Fri, 20 May 2016 08:28:08 +0000
(16:28 +0800)
QTIP-76
Change-Id: Ia92268f296650331cec9baa876075b2708348ec5
Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>
func/cli.py
patch
|
blob
|
history
diff --git
a/func/cli.py
b/func/cli.py
index
a99e9d0
..
03a5cc6
100644
(file)
--- 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')