Skip to content

Commit

Permalink
Clean task once model is completed
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Mar 2, 2018
1 parent ad91694 commit 777fdeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/db_manager/db_plugins/data_model.py
Expand Up @@ -170,6 +170,7 @@ def modelDone(self):
self.status = self.task.status
self.model = self.task.model
self.error = self.task.error
self.task = None

self.done.emit()

Expand Down

0 comments on commit 777fdeb

Please sign in to comment.