Skip to content

Commit

Permalink
Temporarily fix memory layer outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 5, 2017
1 parent 87fc31d commit 6517470
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/plugins/processing/gui/DestinationSelectionPanel.py
Expand Up @@ -225,4 +225,6 @@ def selectDirectory(self):
self.leText.setText(dirName)

def getValue(self):
if not self.leText.text():
return 'memory:'
return self.leText.text()

0 comments on commit 6517470

Please sign in to comment.