diff --git a/python/plugins/processing/gui/CommanderWindow.py b/python/plugins/processing/gui/CommanderWindow.py index 11cdd66c0ff..57ce979c1b8 100644 --- a/python/plugins/processing/gui/CommanderWindow.py +++ b/python/plugins/processing/gui/CommanderWindow.py @@ -102,7 +102,7 @@ class CommanderWindow(QDialog): # Add algorithms for algs in algList.algs.values(): for alg in algs: - self.combo.addItem('Processing algorithm: ' + alg.name) + self.combo.addItem('Processing algorithm: ' + alg) # Add functions for command in dir(self.commands):