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 964ae1f commit 24ce6d2Copy full SHA for 24ce6d2
python/plugins/processing/algs/gdal/ogr2ogr.py
@@ -124,7 +124,7 @@ def getConsoleCommands(self):
124
outFile += ext
125
output.value = outFile
126
127
- output = self.ogrConnectionString(outFile)
+ output = ogrConnectionString(outFile)
128
options = unicode(self.getParameterValue(self.OPTIONS))
129
130
if outFormat == 'SQLite' and os.path.isfile(output):
0 commit comments