Skip to content
Permalink
Browse files
[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.
@@ -271,6 +271,7 @@ def setValue(self, value):
self.saveToTemporary()
else:
self.leText.setText(value)
self.use_temporary = False

def getValue(self):
key = None

0 comments on commit 66b9b43

Please sign in to comment.