Skip to content
Permalink
Browse files
Fix error when running gdal algorithms through locator
  • Loading branch information
nyalldawson committed Feb 12, 2018
1 parent fabda53 commit d5e6492
Showing 1 changed file with 1 addition and 1 deletion.
@@ -89,7 +89,7 @@ def triggerResult(self, result):
dlg.setMessage(message)
dlg.exec_()
return
dlg = alg.createCustomParametersWidget()
dlg = alg.createCustomParametersWidget(None)
if not dlg:
dlg = AlgorithmDialog(alg)
canvas = iface.mapCanvas()

0 comments on commit d5e6492

Please sign in to comment.