mirror of
https://github.com/ivan-usov-org/bec.git
synced 2025-04-22 02:20:02 +02:00
fixed bug in raise_alarm
This commit is contained in:
parent
c660bcef01
commit
c65ac978c3
@ -459,6 +459,7 @@ class RequestBlockQueue:
|
|||||||
source=self.active_rb.msg.content,
|
source=self.active_rb.msg.content,
|
||||||
content=limit_error.args[0],
|
content=limit_error.args[0],
|
||||||
alarm_type=limit_error.__class__.__name__,
|
alarm_type=limit_error.__class__.__name__,
|
||||||
|
metadata={},
|
||||||
)
|
)
|
||||||
raise ScanAbortion from limit_error
|
raise ScanAbortion from limit_error
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user