You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mailman_log('error', 'Switchboard.dequeue: Exception during os.rename from %s to %s: %s\nTraceback:\n%s', filename, backfile, str(e), traceback.format_exc())
380
381
returnNone, None
381
-
382
+
382
383
# Validate data structure before returning
383
384
ifnotisinstance(data, dict):
384
385
mailman_log('error', 'Switchboard.dequeue: Invalid data structure in %s: expected dict, got %s', filename, type(data))
0 commit comments