Skip to content
Snippets Groups Projects
Commit d699a7c1 authored by Himanen, Lauri (himanel1)'s avatar Himanen, Lauri (himanel1)
Browse files

The SimpleParser would open and close sections in an arbitrary order because...

The SimpleParser would open and close sections in an arbitrary order because dict.items() returns the items in a random order. Instead of using a regular python dictionary, I replaced it with collections.OrderedDict that will remember the order in which items are added.
parent 1edd0a10
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment