[common] Fix striginfy method
With Python 3 map is a generator function which is not serializable. The fix is to make it a list. Fixes #34
Please register or sign in to comment
With Python 3 map is a generator function which is not serializable. The fix is to make it a list. Fixes #34