CSSE1001 / MyPyTutor

Interactive tutorial application for Python3.
Other
7 stars 12 forks source link

Fix errors on close in editor #61

Closed sapi closed 9 years ago

sapi commented 9 years ago

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.

sapi commented 9 years ago

I can't reproduce this at the moment.

If anyone encounters this problem, please reopen the issue and provide steps to reproduce.