Missmatch of signal/slot in image and motormap
Description
This MR fixes a bug that a callback was executed with a missmatch of args/kwargs. --> on_image_update
for image and on_device_readback
for motor map
Additional Comments
It seems that this missmatch has been there for a longer time, but it did not crash before. It looks like the crash was introduced by changing from pyqtslot
to Safeslot
, which now raises. I am wondering, however, how the pipeline passed before. I will checkout the respective commits to investigate if the CI pipeline misses this opposed to locally running jobs.
Definition of Done
-
Documentation is up-to-date.