Skip to content

Commit

Permalink
[processing] fix method name
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Jun 13, 2019
1 parent 79d90a9 commit 3a0fb54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/gui/BatchInputSelectionPanel.py
Expand Up @@ -221,7 +221,7 @@ def textEditingFinished(self):
self._value = self.text.text()
self.valueChanged.emit()

def value(self):
def getValue(self):
return self._value if self._value else None

def setValue(self, value):
Expand Down

0 comments on commit 3a0fb54

Please sign in to comment.