Skip to content

Commit

Permalink
[BUGFIX] Fix an hardcoded 'gpkg' extension in ProcessingConfig.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti authored and nyalldawson committed Nov 9, 2019
1 parent ebd4bb7 commit 9e30319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/core/ProcessingConfig.py
Expand Up @@ -152,7 +152,7 @@ def initialize():
ProcessingConfig.tr('General'),
ProcessingConfig.DEFAULT_OUTPUT_VECTOR_LAYER_EXT,
ProcessingConfig.tr('Default output vector layer extension'),
'gpkg',
QgsVectorFileWriter.supportedFormatExtensions()[0],
valuetype=Setting.SELECTION,
options=extensions))

Expand Down

0 comments on commit 9e30319

Please sign in to comment.