Skip to content

Commit 6517470

Browse files
committed
Temporarily fix memory layer outputs
1 parent 87fc31d commit 6517470

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/plugins/processing/gui/DestinationSelectionPanel.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,4 +225,6 @@ def selectDirectory(self):
225225
self.leText.setText(dirName)
226226

227227
def getValue(self):
228+
if not self.leText.text():
229+
return 'memory:'
228230
return self.leText.text()

0 commit comments

Comments
 (0)