Skip to content

Commit

Permalink
[processing] rename execute sql output
Browse files Browse the repository at this point in the history
  • Loading branch information
ghtmtt committed Jan 30, 2017
1 parent a79bf97 commit 83a2488
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 83a2488

Please sign in to comment.