Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #29948 from volaya/fix_batch_getvalue
[processing] fixed method name in gui wrapper after API renaming
  • Loading branch information
alexbruy committed May 26, 2019
2 parents c2e0c43 + 943b992 commit 27d687e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/gui/wrappers.py
Expand Up @@ -1341,7 +1341,7 @@ def value(self):
except:
return QgsProcessingFeatureSourceDefinition(self.combo.currentText(), use_selected_features)
elif self.dialogType == DIALOG_BATCH:
return self.widget.value()
return self.widget.getValue()
else:
def validator(v):
if not bool(v):
Expand Down

0 comments on commit 27d687e

Please sign in to comment.