Merge branch 'LonamiWebs:v1' into v1

This commit is contained in:
BigAuto 2024-12-23 10:51:05 +01:00 committed by GitHub
commit 0998ac8d41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -295,6 +295,8 @@ class MessageBox:
#
# It also updates the next deadline time to reflect the new closest deadline.
def reset_deadlines(self, entries, deadline):
if not entries:
return
for entry in entries:
if entry not in self.map:
raise RuntimeError('Called reset_deadline on an entry for which we do not have state')