Skip to content

Commit

Permalink
[dbmanager] Fixes empty table
Browse files Browse the repository at this point in the history
Fixes #18352
  • Loading branch information
pblottiere committed Mar 7, 2018
1 parent 5d52679 commit 6bdee5b
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
Original file line number Diff line number Diff line change
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 6bdee5b

Please sign in to comment.