mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2026-05-08 21:12:04 +02:00
fix(sim-test-devices): fix complete method calls unknown signal
This commit is contained in:
@@ -420,7 +420,6 @@ class SimCameraWithPSIComponents(SimCamera):
|
||||
}
|
||||
progress = messages.ProgressMessage(**progress)
|
||||
self.progress.set(progress).wait()
|
||||
self._set_async_signal(update_all=True)
|
||||
|
||||
status = self.task_handler.submit_task(complete_cam)
|
||||
return status
|
||||
|
||||
Reference in New Issue
Block a user