mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
[processing] fix file filter construction for output files
This commit is contained in:
parent
8770625db2
commit
1fb48f456c
@ -77,7 +77,7 @@ def getFileFilter(param):
|
||||
return QgsProviderRegistry.instance().fileVectorFilters()
|
||||
elif param.type() == 'vector':
|
||||
return QgsProviderRegistry.instance().fileVectorFilters()
|
||||
elif param.type() == 'fileOut':
|
||||
elif param.type() == 'fileDestination':
|
||||
return tr('All files (*.*)') + ';;' + param.fileFilter()
|
||||
|
||||
return ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user