Skip to content

Commit

Permalink
Fix folder destinations always default to temp folder (fix #16800)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 7, 2017
1 parent 0802586 commit e091510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/gui/DestinationSelectionPanel.py
Expand Up @@ -276,7 +276,7 @@ def getValue(self):
return None

if isinstance(self.parameter, QgsProcessingParameterFolderOutput):
return key
return self.leText.text()

value = QgsProcessingOutputLayerDefinition(key)
value.createOptions = {'fileEncoding': self.encoding}
Expand Down

0 comments on commit e091510

Please sign in to comment.