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.
1 parent f63d5ad commit 9107da3Copy full SHA for 9107da3
python/plugins/processing/core/Processing.py
@@ -43,7 +43,8 @@
43
QgsProcessingOutputVectorLayer,
44
QgsProcessingOutputRasterLayer,
45
QgsProcessingOutputMapLayer,
46
- QgsProcessingOutputMultipleLayers)
+ QgsProcessingOutputMultipleLayers,
47
+ QgsProcessingFeedback)
48
49
import processing
50
from processing.core.ProcessingConfig import ProcessingConfig
0 commit comments