Skip to content

Commit 66b9b43

Browse files
committed
[processing] Fix destination files are silently ignored when relaunching
algorithms from the history panel
1 parent 1994c44 commit 66b9b43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/plugins/processing/gui/DestinationSelectionPanel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ def setValue(self, value):
271271
self.saveToTemporary()
272272
else:
273273
self.leText.setText(value)
274+
self.use_temporary = False
274275

275276
def getValue(self):
276277
key = None

0 commit comments

Comments
 (0)