Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed May 14, 2018
1 parent 307fbea commit c985092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/gui/wrappers.py
Expand Up @@ -1013,7 +1013,7 @@ def value(self):
else:
return self.widget.currentData()
else:
return self.comboValue(combobox=self.combo)
return self.comboValue(combobox=self.combobox)


class FeatureSourceWidgetWrapper(WidgetWrapper):
Expand Down

0 comments on commit c985092

Please sign in to comment.