Skip to content

Commit

Permalink
[processing] fix copy-paste error in Execute SQL
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Oct 11, 2017
1 parent 1ece552 commit 874c7f5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/plugins/processing/algs/gdal/ExecuteSql.py
Expand Up @@ -57,9 +57,6 @@ def initAlgorithm(self, config=None):
self.addParameter(QgsProcessingParameterString(self.SQL,
self.tr('SQL expression'),
defaultValue=''))
self.addParameter(QgsProcessingParameterEnum(self.SQL,
self.tr('SQL expression'),
defaultValue=''))
self.addParameter(QgsProcessingParameterEnum(self.DIALECT,
self.tr('SQL dialect'),
options=[i[0] for i in self.dialects],
Expand Down

0 comments on commit 874c7f5

Please sign in to comment.