Bug report #9904
processing - export model to python has typo error on processing.runalg
Status: | Closed | ||
---|---|---|---|
Priority: | Severe/Regression | ||
Assignee: | Victor Olaya | ||
Category: | - | ||
Affected QGIS version: | 2.2.0 | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 18418 |
Description
Export to python writes algorithm calls like this:
..Processing.runalg(..
when python expects processing with lower case first letter
Export to python writes algorithm calls like this:
..processing.runalg(..
This prevents user from running python scripts correctly