Skip to content

Commit 75a7637

Browse files
committed
[processing] fix typo in method name
1 parent 03eaad5 commit 75a7637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/gui/Postprocessing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def handleAlgorithmResults(alg, feedback=None, showResults=True):
8787
msg = "The following layers were not correctly generated.<ul>"
8888
msg += "".join(["<li>%s</li>" % lay for lay in wrongLayers]) + "</ul>"
8989
msg += "You can check the log messages to find more information about the execution of the algorithm"
90-
feedback.reportRrror(msg)
90+
feedback.reportError(msg)
9191

9292
if showResults and htmlResults and not wrongLayers:
9393
dlg = ResultsDialog()

0 commit comments

Comments
 (0)