Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] fix typo in method name
  • Loading branch information
alexbruy committed Jan 12, 2017
1 parent 03eaad5 commit 75a7637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/gui/Postprocessing.py
Expand Up @@ -87,7 +87,7 @@ def handleAlgorithmResults(alg, feedback=None, showResults=True):
msg = "The following layers were not correctly generated.<ul>"
msg += "".join(["<li>%s</li>" % lay for lay in wrongLayers]) + "</ul>"
msg += "You can check the log messages to find more information about the execution of the algorithm"
feedback.reportRrror(msg)
feedback.reportError(msg)

if showResults and htmlResults and not wrongLayers:
dlg = ResultsDialog()
Expand Down

0 comments on commit 75a7637

Please sign in to comment.