You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
provide default value when reading output folder setting to generate destination path in Processing (fix #61965)
PR Description:
Description
If output folder setting in Processing is set to default (and as a result is not saved in the settings file), retrieving value from the QgsProcessingLayerOutputDestinationWidget will result in an incorrect path because settings.value() call lacks fallback value.