]> git.ipfire.org Git - thirdparty/libvirt.git/commit
python3: Call list() explicitly as needed
authorAndrea Bolognani <abologna@redhat.com>
Thu, 15 Mar 2018 09:54:07 +0000 (10:54 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 15 Mar 2018 16:48:41 +0000 (17:48 +0100)
commit9176b42bdbd5fd6ff3866bbc82ab5fd0e4bde338
tree33af24f67d5630c18c02c4c056c617ae9473b0f1
parent477502de305bfae67c977942b9c23d9fd07a4265
python3: Call list() explicitly as needed

For list concatenation to work, the value returned by the
keys() method must be converted to a list first.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
docs/apibuild.py