Skip to content

Commit 24ce6d2

Browse files
author
Giovanni Manghi
committed
fix Processing OGR/Convert format tool
1 parent 964ae1f commit 24ce6d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/algs/gdal/ogr2ogr.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def getConsoleCommands(self):
124124
outFile += ext
125125
output.value = outFile
126126

127-
output = self.ogrConnectionString(outFile)
127+
output = ogrConnectionString(outFile)
128128
options = unicode(self.getParameterValue(self.OPTIONS))
129129

130130
if outFormat == 'SQLite' and os.path.isfile(output):

0 commit comments

Comments
 (0)