[pylink][bugfix] Fix internal output data storage
The data was dynamically attached to the class object itself. This data got lost when serializing the object state. Now we make an instance of the nested class and fill it with the data as it should be.
Loading
Please register or sign in to comment