Skip to content

Fix python ElementReponse.create return type

Maik Nijhuis requested to merge fix-pyelementresponse-create into master

Like the other 'create' overload, the python wrapper should return a shared pointer, and not a reference.

Merge request reports