Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] Fix destination files are silently ignored when relaunching
algorithms from the history panel
  • Loading branch information
nyalldawson committed Feb 13, 2018
1 parent 1994c44 commit 66b9b43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/processing/gui/DestinationSelectionPanel.py
Expand Up @@ -271,6 +271,7 @@ def setValue(self, value):
self.saveToTemporary()
else:
self.leText.setText(value)
self.use_temporary = False

def getValue(self):
key = None
Expand Down

0 comments on commit 66b9b43

Please sign in to comment.