We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent c85fe42 commit eda85f1Copy full SHA for eda85f1
python/plugins/GdalTools/tools/doGrid.py
@@ -130,8 +130,8 @@ def getArguments(self):
130
return arguments
131
132
def getInputFileName(self):
133
- #if self.inputLayerCombo.currentIndex() >= 0:
134
- # return self.layers[self.inputLayerCombo.currentIndex()].source()
+ if self.inputLayerCombo.currentIndex() >= 0:
+ return self.layers[self.inputLayerCombo.currentIndex()].source()
135
return self.inputLayerCombo.currentText()
136
137
def getOutputFileName(self):
0 commit comments