ilastik/ilastikrag-fork

OrderedDict problem in Python 3.6

Closed this issue · 1 comments

In here: https://github.com/ilastik/ilastikrag/blob/master/ilastikrag/gui/util/hierarchical_checklist_view.py#L182
it should now be for name in list(d.keys()), otherwise the dict complains that it's mutated.

Fixed in addf55b