Skip to content

Commit

Permalink
Merge pull request #4081 from ghtmtt/rename_sql
Browse files Browse the repository at this point in the history
[processing] rename execute sql output
  • Loading branch information
nyalldawson committed Feb 2, 2017
2 parents c30eb9e + 83a2488 commit 46404f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/qgis/ExecuteSQL.py
Expand Up @@ -86,7 +86,7 @@ def defineCharacteristics(self):
self.addParameter(ParameterCrs(self.INPUT_GEOMETRY_CRS,
self.tr('CRS'), optional=True))

self.addOutput(OutputVector(self.OUTPUT_LAYER, self.tr('Output')))
self.addOutput(OutputVector(self.OUTPUT_LAYER, self.tr('SQL Output')))

def processAlgorithm(self, feedback):
layers = self.getParameterValue(self.INPUT_DATASOURCES)
Expand Down

0 comments on commit 46404f7

Please sign in to comment.