We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26c61eb + 8025b8d commit 0bd3e91Copy full SHA for 0bd3e91
python/plugins/processing/algs/saga/SagaAlgorithm.py
@@ -131,7 +131,7 @@ def defineCharacteristicsFromFile(self):
131
for param in self.parameters:
132
if (isinstance(param, ParameterRaster) or
133
(isinstance(param, ParameterMultipleInput)
134
- and param.type == ParameterMultipleInput.TYPE_RASTER)):
+ and param.datatype == ParameterMultipleInput.TYPE_RASTER)):
135
hasRaster = True
136
break;
137
0 commit comments