Skip to content

Commit d5dc681

Browse files
authored
Update algfactory.py
Attempt to add update input docstring
1 parent 1e26e9b commit d5dc681

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/processing/algfactory.py

+1
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,7 @@ def input(self, type, *args, **kwargs):
426426
alg.SOURCE: QgsProcessingParameterFeatureSource
427427
alg.FILE_DEST: QgsProcessingParameterFileDestination
428428
alg.FOLDER_DEST: QgsProcessingParameterFolderDestination
429+
alg.RASTER_LAYER: QgsProcessingParameterRasterLayer
429430
alg.RASTER_LAYER_DEST: QgsProcessingParameterRasterDestination
430431
alg.VECTOR_LAYER_DEST: QgsProcessingParameterVectorDestination
431432
alg.BAND: QgsProcessingParameterBand

0 commit comments

Comments
 (0)