Skip to content

Commit

Permalink
[#408] Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
quicklizard99 committed Dec 19, 2016
1 parent 0190758 commit 270dba9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inselect/gui/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,8 @@ def open_document(self, path=None, document=None):

self.document = document
self.document_path = path
# TODO Need to roll back if an exception is raised initialising the
# model
self.model.from_document(self.document)

self.time_doc_opened = datetime.utcnow()
Expand Down

0 comments on commit 270dba9

Please sign in to comment.