mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-17 00:09:36 -04:00
fix Processing OGR/Convert format tool
This commit is contained in:
parent
964ae1ff04
commit
24ce6d239b
@ -124,7 +124,7 @@ class Ogr2Ogr(GdalAlgorithm):
|
||||
outFile += ext
|
||||
output.value = outFile
|
||||
|
||||
output = self.ogrConnectionString(outFile)
|
||||
output = ogrConnectionString(outFile)
|
||||
options = unicode(self.getParameterValue(self.OPTIONS))
|
||||
|
||||
if outFormat == 'SQLite' and os.path.isfile(output):
|
||||
|
Loading…
x
Reference in New Issue
Block a user