Skip to content
Permalink
Browse files
processing: fix population of commander combobox (fixes #15283)
(cherry picked from commit d3882d5)
  • Loading branch information
jef-n committed Aug 28, 2016
1 parent 9d23c6f commit 2588679
Showing 1 changed file with 1 addition and 1 deletion.
@@ -102,7 +102,7 @@ def fillCombo(self):
# 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):

0 comments on commit 2588679

Please sign in to comment.