From f1d762eba76ed8c77f1346ee328ece8e47a1dedc Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Tue, 20 Feb 2024 19:52:25 +1000 Subject: [PATCH] Update python/plugins/processing/gui/BatchPanel.py Co-authored-by: Nicolas Godet <39594821+nicogodet@users.noreply.github.com> --- python/plugins/processing/gui/BatchPanel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/plugins/processing/gui/BatchPanel.py b/python/plugins/processing/gui/BatchPanel.py index 51a22bdc5941..51af139c258d 100644 --- a/python/plugins/processing/gui/BatchPanel.py +++ b/python/plugins/processing/gui/BatchPanel.py @@ -758,7 +758,7 @@ def parametersForRow(self, row: int, context: QgsProcessingContext, destinationProject: Optional[QgsProject] = None, - warnOnInvalid=True): + warnOnInvalid: bool = True): """ Returns the parameters dictionary corresponding to a row in the batch table """