Skip to content

Commit

Permalink
Update algfactory.py
Browse files Browse the repository at this point in the history
Attempt to add update input docstring
  • Loading branch information
havatv committed Mar 17, 2019
1 parent f6878ee commit 8f411c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/processing/algfactory.py
Expand Up @@ -426,6 +426,7 @@ def input(self, type, *args, **kwargs):
alg.SOURCE: QgsProcessingParameterFeatureSource
alg.FILE_DEST: QgsProcessingParameterFileDestination
alg.FOLDER_DEST: QgsProcessingParameterFolderDestination
alg.RASTER_LAYER: QgsProcessingParameterRasterLayer
alg.RASTER_LAYER_DEST: QgsProcessingParameterRasterDestination
alg.VECTOR_LAYER_DEST: QgsProcessingParameterVectorDestination
alg.BAND: QgsProcessingParameterBand
Expand Down

0 comments on commit 8f411c2

Please sign in to comment.