Skip to content

Commit c985092

Browse files
committedMay 14, 2018
fix typo
1 parent 307fbea commit c985092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/processing/gui/wrappers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,7 @@ def value(self):
10131013
else:
10141014
return self.widget.currentData()
10151015
else:
1016-
return self.comboValue(combobox=self.combo)
1016+
return self.comboValue(combobox=self.combobox)
10171017

10181018

10191019
class FeatureSourceWidgetWrapper(WidgetWrapper):

0 commit comments

Comments
 (0)
Please sign in to comment.