diffsync icon indicating copy to clipboard operation
diffsync copied to clipboard

_get_initial_value_order seems to be flawed

Open milan2655 opened this issue 2 years ago • 11 comments

Environment

  • DiffSync version: 1.7.0
  • Python version 3.10.6

Output of the method get_tree_traversal() doesn't show correct order.

NautobotAdapter
── site
│   ├── device
│   │   └── interface
│   │       └── aip_address
│── aip_address

if the ip_class doesn't start with "a", output ios ok.
 
NautobotAdapter
── site
│   ├── device
│   │   └── interface
│   │       └── ip_address

BR Milan

milan2655 avatar Feb 22 '23 14:02 milan2655