Skip to content

Commit

Permalink
Merge pull request #2770 from NaturalGIS/processing_fix_ogr_convert_f…
Browse files Browse the repository at this point in the history
…ormat

[processing] fix OGR/Convert format tool
  • Loading branch information
alexbruy committed Feb 9, 2016
2 parents 41ac88a + 24ce6d2 commit a5ddf92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/gdal/ogr2ogr.py
Expand Up @@ -124,7 +124,7 @@ def getConsoleCommands(self):
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):
Expand Down

0 comments on commit a5ddf92

Please sign in to comment.