Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[processing] Pass a copy of the feature to processFeature, not
the original layer's feature Otherwise python processFeature implementations may return a modified shallow copy of this feature, which means that the test for modifications fails, since we're comparing against the same feature which was modified. Fixes some python algorithms do not modify features when used in-place mode.
- Loading branch information