Skip to content

Commit

Permalink
Merge pull request #7763 from luipir/fix_processing_template_script
Browse files Browse the repository at this point in the history
update template to 3.x api
  • Loading branch information
luipir committed Sep 3, 2018
2 parents 9af405c + 33f83d6 commit 7721694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/script/ScriptTemplate.py
Expand Up @@ -181,7 +181,7 @@ def processAlgorithm(self, parameters, context, feedback):
# to the executed algorithm, and that the executed algorithm can send feedback
# reports to the user (and correctly handle cancelation and progress reports!)
if False:
buffered_layer = processing.run("native:buffer", param={
buffered_layer = processing.run("native:buffer", {
'INPUT': dest_id,
'DISTANCE': 1.5,
'SEGMENTS': 5,
Expand Down

0 comments on commit 7721694

Please sign in to comment.