mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
[Processing] fix parameter to open the Retile algorithm
This commit is contained in:
parent
c365439140
commit
76b796b491
@ -60,7 +60,7 @@ class MultipleInputPanel(BASE, WIDGET):
|
||||
# No checking is performed!
|
||||
self.selectedoptions = selected
|
||||
self.leText.setText(
|
||||
self.tr('%d elements selected') % len(self.selectedoptions))
|
||||
self.tr('%d elements selected') % self.selectedoptions)
|
||||
|
||||
def showSelectionDialog(self):
|
||||
if self.datatype is None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user