mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 06:50:22 +03:00
hyperv: Sync generator output between python versions
Yet another dependency on dict() hash ordering Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
eb2392fff4
commit
a5d85adb78
@ -271,7 +271,7 @@ class WmiClass:
|
||||
|
||||
# isolate those that are common for all and keep track of their postions
|
||||
pos = 0
|
||||
for key in property_info:
|
||||
for key in sorted(property_info):
|
||||
info = property_info[key]
|
||||
# exists in all class versions
|
||||
if info[1] == num_classes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user