We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03eaad5 commit 75a7637Copy full SHA for 75a7637
python/plugins/processing/gui/Postprocessing.py
@@ -87,7 +87,7 @@ def handleAlgorithmResults(alg, feedback=None, showResults=True):
87
msg = "The following layers were not correctly generated.<ul>"
88
msg += "".join(["<li>%s</li>" % lay for lay in wrongLayers]) + "</ul>"
89
msg += "You can check the log messages to find more information about the execution of the algorithm"
90
- feedback.reportRrror(msg)
+ feedback.reportError(msg)
91
92
if showResults and htmlResults and not wrongLayers:
93
dlg = ResultsDialog()
0 commit comments