mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-20 15:20:16 +01:00
moved delete to the end of the function
This commit is contained in:
parent
8c1351ccbd
commit
ce144c82e1
|
|
@ -58,8 +58,8 @@ def multicastAlarmExec(freq, data):
|
|||
try:
|
||||
from includes import alarmHandler
|
||||
alarmHandler.processAlarmHandler("POC", freq, data)
|
||||
del multiList[:]
|
||||
logging.debug("multicastAlarm finished - buffer cleared")
|
||||
except:
|
||||
logging.error("processing alarm failed")
|
||||
logging.debug("processing alarm failed", exc_info=True)
|
||||
del multiList[:]
|
||||
logging.debug("multicastAlarm finished - buffer cleared")
|
||||
|
|
|
|||
Loading…
Reference in a new issue