mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
Fix folder destinations always default to temp folder (fix #16800)
This commit is contained in:
parent
0802586a13
commit
e0915103fd
@ -276,7 +276,7 @@ class DestinationSelectionPanel(BASE, WIDGET):
|
||||
return None
|
||||
|
||||
if isinstance(self.parameter, QgsProcessingParameterFolderOutput):
|
||||
return key
|
||||
return self.leText.text()
|
||||
|
||||
value = QgsProcessingOutputLayerDefinition(key)
|
||||
value.createOptions = {'fileEncoding': self.encoding}
|
||||
|
Loading…
x
Reference in New Issue
Block a user