Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test-ovsdb: Fix conditional statement.
Old version of python does not support the following conditional statement syntax in one assignment: var = value1 if cond else value2 This commit fixes it by convert it back to use two assignments. Signed-off-by: Alex Wang <[email protected]> Acked-by: Russell Bryant <[email protected]>
- Loading branch information