andreikop / enki

A text editor for programmers
http://enki-editor.org
GNU General Public License v2.0
161 stars 38 forks source link

Fix print of action list on exception after 2to3 #453

Closed abitrolly closed 5 years ago

abitrolly commented 5 years ago

Fixes AssertionError: ActionManager: you have to delete all actions before destroying actions model. Existing actions: <dict_keyiterator object at 0x7f8512277598>.

https://travis-ci.org/andreikop/enki/jobs/419067875#L845

The bug was introduced by 2to3 in 66fd108f8502. Other code parts can be affected.