Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

Missmatch of signal/slot in image and motormap

appel_c requested to merge fix/image_and_motormap_missmatch_in_slot_signal into main

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.

Merge request reports

Loading