integ/tools/vm-topology
Sun Austin 4d9e712c78 Fix: "tuple_params" issue for Python 2/3 compatible code
change "lambda (i, x): i - x" to "lambda i_x: i_x[0] - i_x[1]"
change "def func((tuple))" to "def func(params): (tup_params) = params"

Story: 2002909
Task: 24568

Change-Id: I071be0ab525a580fe6ef201c4f71fa92e8b8b09b
Signed-off-by: Sun Austin <austin.sun@intel.com>
2018-12-26 09:19:59 +08:00
..
centos Add hooks for python wheel generation 2018-10-23 10:35:32 -04:00
vm-topology Fix: "tuple_params" issue for Python 2/3 compatible code 2018-12-26 09:19:59 +08:00