mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
Temporarily fix memory layer outputs
This commit is contained in:
parent
87fc31d6de
commit
6517470ddd
@ -225,4 +225,6 @@ class DestinationSelectionPanel(BASE, WIDGET):
|
|||||||
self.leText.setText(dirName)
|
self.leText.setText(dirName)
|
||||||
|
|
||||||
def getValue(self):
|
def getValue(self):
|
||||||
|
if not self.leText.text():
|
||||||
|
return 'memory:'
|
||||||
return self.leText.text()
|
return self.leText.text()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user