mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-15 00:07:25 -05:00
[Processing] Add *.* file filter to batch processing input panel
This commit is contained in:
parent
b115ea6ee1
commit
38390bf725
@ -115,7 +115,7 @@ class BatchInputSelectionPanel(QtGui.QWidget):
|
||||
path = ''
|
||||
|
||||
ret = QtGui.QFileDialog.getOpenFileNames(self, 'Open file', path,
|
||||
self.param.getFileFilter())
|
||||
'All files(*.*);;' + self.param.getFileFilter())
|
||||
if ret:
|
||||
files = list(ret)
|
||||
if len(files) == 1:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user