Cyril Roelandt a883adaa69 Py3: Replace map() with a list comprehension
In Python 3, map() returns a map object, which is not JSON-serializable. Use a
list comprehension to fix the issue.

Change-Id: I1e50b5057bdca57fcca8a10882e878f63d102ac8
2018-12-04 13:20:09 -08:00
..
2018-09-19 14:59:32 -07:00