Skip to content

Commit

Permalink
Update python/plugins/processing/gui/BatchPanel.py
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas Godet <39594821+nicogodet@users.noreply.github.com>
  • Loading branch information
nyalldawson and nicogodet committed Feb 20, 2024
1 parent ece5d30 commit f1d762e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/gui/BatchPanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down

0 comments on commit f1d762e

Please sign in to comment.