This commit is contained in:
x01da
2025-09-16 09:11:31 +02:00
committed by appel_c
parent 0a83b59af8
commit ed9148ed96

View File

@@ -105,7 +105,6 @@ class PilatusCurtain(PSIDeviceBase):
status = AndStatusWithList(
device=self, status_list=[status_open, status_error]
)
self.cancel_on_stop(status)
return status
else:
return None
@@ -119,7 +118,6 @@ class PilatusCurtain(PSIDeviceBase):
status = AndStatusWithList(
device=self, status_list=[status_close, status_error]
)
self.cancel_on_stop(status)
return status
else:
return None