Menu

#18 bug in self.close()

-
closed-invalid
nobody
None
5
2015-04-24
2015-04-23
Jan
No

self.memo is flushed without check of its status, throwing an error Nonetype does not ...
so add if self.memo <> None: self.memo.flush()

Discussion

  • Aleksandr Smyshliaev

    • status: open --> closed-invalid
     
  • Aleksandr Smyshliaev

     

Log in to post a comment.