mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-26 00:02:08 -05: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)
|
||||
|
||||
def getValue(self):
|
||||
if not self.leText.text():
|
||||
return 'memory:'
|
||||
return self.leText.text()
|
||||
|
Loading…
x
Reference in New Issue
Block a user