Describe the bug
The sorted function in the all_children_sorted method does not work as expected as the children are Hconfig objects
|
for child in sorted(self.children): |
To Reproduce
Steps to reproduce the behavior:
N/A
Expected behavior
Sort children at each hierarchy based on the Hconfig text value.
Describe the bug
The
sortedfunction in theall_children_sortedmethod does not work as expected as the children are Hconfig objectshier_config/hier_config/base.py
Line 112 in 2db52ec
To Reproduce
Steps to reproduce the behavior:
N/A
Expected behavior
Sort children at each hierarchy based on the Hconfig text value.