Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'fix_saga_paramater' of https://github.com/NaturalGIS/na…
…turalgis_qgis into fix_saga_paramater
  • Loading branch information
alexbruy committed Sep 28, 2017
2 parents 26c61eb + 8025b8d commit 0bd3e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/saga/SagaAlgorithm.py
Expand Up @@ -131,7 +131,7 @@ def defineCharacteristicsFromFile(self):
for param in self.parameters:
if (isinstance(param, ParameterRaster) or
(isinstance(param, ParameterMultipleInput)
and param.type == ParameterMultipleInput.TYPE_RASTER)):
and param.datatype == ParameterMultipleInput.TYPE_RASTER)):
hasRaster = True
break;

Expand Down

0 comments on commit 0bd3e91

Please sign in to comment.