Skip to content

Skip registering writer proxies created in Python.

We were accidentally registering writer proxies created explicitly from Python under the "sources" group. This caused segfaults since writers are not expected to be under the sources group. Fixed by skipping registering writer proxies in Python (similar how they are used in the UI).

Merge request reports