We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 6c0a1da commit d157b6eCopy full SHA for d157b6e
python/plugins/processing/gui/DestinationSelectionPanel.py
@@ -286,9 +286,9 @@ def selectDirectory(self):
286
if dirName:
287
self.leText.setText(QDir.toNativeSeparators(dirName))
288
settings.setValue('/Processing/LastOutputPath', dirName)
289
-
290
- self.skipOutputChanged.emit(False)
291
- self.destinationChanged.emit()
+ self.use_temporary = False
+ self.skipOutputChanged.emit(False)
+ self.destinationChanged.emit()
292
293
def setValue(self, value):
294
if not value:
0 commit comments