Skip to content
Commit 7ba53382 authored by Vladimir Likic's avatar Vladimir Likic Committed by Raphaël Hertzog
Browse files

Fixed python3 JSON issue in UpdatePackageGeneralInformation()



The problem is that map() returns an iterator instead of a list on Python3
and the iterator is not serializable to JSON.

[hertzog@debian.org: Fixed some stylistic issues]

Signed-off-by: Raphaël Hertzog's avatarRaphaël Hertzog <hertzog@debian.org>
parent 3b9728ba
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment