diff options
author | IWASE Yusuke <iwase.yusuke0@gmail.com> | 2016-10-20 16:48:10 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-10-25 16:22:01 +0900 |
commit | 513bf4c48c8f04014c9f32c330378ddc93fcbb1c (patch) | |
tree | ab4ff2ed2d83c4b1c619a237485615a0b6673cb1 /doc/source/ryu_app_api.rst | |
parent | 895ddfca263a2544ac27d906988c401974d99167 (diff) |
ovs/vsctl: Avoid applying next() to non-iterator object
In Python 2, the builtin function next() can not be applied to
non-iterator object.
This patch fixes to use the list comprehensions and avoid applying
next() to a list type object.
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'doc/source/ryu_app_api.rst')
0 files changed, 0 insertions, 0 deletions