mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Server Upgrade: fix traceback caused by cidict
Traceback caused by recent py3 code migration. https://fedorahosted.org/freeipa/ticket/5283 Reviewed-By: Petr Viktorin <pviktori@redhat.com>
This commit is contained in:
parent
86cd47af02
commit
0c5e41cc79
@ -56,7 +56,7 @@ def _get_oid_dependency_order(schema, cls):
|
||||
# remove top_node from tree, it breaks ordering
|
||||
# we don't need this, tree from file is not consistent
|
||||
del tree[top_node]
|
||||
unordered_oids = set(tree)
|
||||
unordered_oids = set(tree.keys())
|
||||
|
||||
# split into two groups, parents and child nodes, and iterate until
|
||||
# child nodes are not empty
|
||||
|
Loading…
Reference in New Issue
Block a user