Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #6553 from pblottiere/bugfix_dbmanager_stop
[dbmanager] Fixes empty table
  • Loading branch information
pblottiere committed Mar 9, 2018
2 parents 333f2c3 + 6bdee5b commit d09a34c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/plugins/db_manager/db_plugins/data_model.py
Expand Up @@ -170,7 +170,6 @@ 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 d09a34c

Please sign in to comment.