Skip to content

Commit

Permalink
fix Processing OGR/Convert format tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni Manghi committed Feb 8, 2016
1 parent 964ae1f commit 24ce6d2
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 24ce6d2

Please sign in to comment.