We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 485d7a0 commit 420311eCopy full SHA for 420311e
1 file changed
python/plugins/processing/gui/CommanderWindow.py
@@ -102,7 +102,7 @@ def fillCombo(self):
102
# Add algorithms
103
for algs in algList.algs.values():
104
for alg in algs:
105
- self.combo.addItem('Processing algorithm: ' + alg.name)
+ self.combo.addItem('Processing algorithm: ' + alg)
106
107
# Add functions
108
for command in dir(self.commands):
0 commit comments