Skip to content

Commit

Permalink
[processing] Fix crash when browsing Get scripts and models
Browse files Browse the repository at this point in the history
Fix #17165
  • Loading branch information
m-kuhn committed Oct 6, 2017
1 parent 1781cfc commit afb49ec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/plugins/processing/gui/GetScriptsAndModels.py
Expand Up @@ -194,9 +194,6 @@ def grabHTTP(self, url, loadFunction, arguments=None):
else:
reply.finished.connect(partial(loadFunction, reply))

while not reply.isFinished():
QCoreApplication.processEvents()

def populateTree(self):
self.uptodateItem = QTreeWidgetItem()
self.uptodateItem.setText(0, self.tr('Installed'))
Expand Down

0 comments on commit afb49ec

Please sign in to comment.