Skip to content

Commit 428ec00

Browse files
committed
fix typo
1 parent 619356e commit 428ec00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/algs/qgis/Datasources2Vrt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def mergeDataSources2Vrt(self, dataSources, outFile, union=False, relative=False
100100
srcDS = ogr.Open(inFile, 0)
101101
if srcDS is None:
102102
raise GeoAlgorithmExecutionException(
103-
self.tr('Invalid datasource: {}'.format(infile)))
103+
self.tr('Invalid datasource: {}'.format(inFile)))
104104

105105
if schema:
106106
inFile = '@dummy@'

0 commit comments

Comments
 (0)