Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] Correctly update R provider after downloading scripts
Fixes #16664
  • Loading branch information
volaya committed Jun 12, 2017
1 parent 0579f3e commit 9626d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/gui/GetScriptsAndModels.py
Expand Up @@ -97,7 +97,7 @@ def execute(self):
dlg = GetScriptsAndModelsDialog(GetScriptsAndModelsDialog.RSCRIPTS)
dlg.exec_()
if dlg.updateProvider:
self.toolbox.updateProvider('r')
algList.reloadProvider('r')


class GetModelsAction(ToolboxAction):
Expand Down

0 comments on commit 9626d2f

Please sign in to comment.