Skip to content

Commit

Permalink
[processing] add extension to the output vector VRT (fix #13872)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Jan 12, 2016
1 parent 3a51426 commit 917ea5c
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 @@ -79,7 +79,7 @@ def defineCharacteristics(self):

# We add outputs
self.addOutput(OutputFile(self.OUTPUT_VRT_FILE,
self.tr('Virtual vector')))
self.tr('Virtual vector'), ext='vrt'))
self.addOutput(OutputString(self.OUTPUT_VRT_STRING,
self.tr('Virtual string')))

Expand Down

0 comments on commit 917ea5c

Please sign in to comment.