Closing the tutorial window will sometimes cause an exception in the editor.
(Unfortunately I can't reproduce it right now - it's a bit elusive.)
These exceptions are internal to iblelib, but it's probably (almost certainly) due to something that we've done wrong.
They tend to be in self.io, which makes me think that we're not dealing with closed files correctly.
Anyway, this should probably be squashed, as it can prevent the window from closing correctly.
Closing the tutorial window will sometimes cause an exception in the editor. (Unfortunately I can't reproduce it right now - it's a bit elusive.)
These exceptions are internal to iblelib, but it's probably (almost certainly) due to something that we've done wrong. They tend to be in
self.io
, which makes me think that we're not dealing with closed files correctly.Anyway, this should probably be squashed, as it can prevent the window from closing correctly.