Skip to content

Commit

Permalink
[processing] fixed method name in gui wrapper after API renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed May 25, 2019
1 parent c2e0c43 commit 943b992
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 943b992

Please sign in to comment.