Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
alexbruy committed Mar 25, 2016
1 parent 619356e commit 428ec00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/qgis/Datasources2Vrt.py
Expand Up @@ -100,7 +100,7 @@ def mergeDataSources2Vrt(self, dataSources, outFile, union=False, relative=False
srcDS = ogr.Open(inFile, 0)
if srcDS is None:
raise GeoAlgorithmExecutionException(
self.tr('Invalid datasource: {}'.format(infile)))
self.tr('Invalid datasource: {}'.format(inFile)))

if schema:
inFile = '@dummy@'
Expand Down

0 comments on commit 428ec00

Please sign in to comment.