Plan: resolve linter contradictions

Agent-Logs-Url: https://github.com/christianlouis/dmarq/sessions/1e4a1f06-55b9-4040-853e-6aaf9ee574c8

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-29 11:29:14 +00:00
parent 50aa5bd5da
commit f2a015971d
5 changed files with 8 additions and 16 deletions
+1 -3
View File
@@ -392,8 +392,6 @@ class IMAPClient:
reports_found += 1
logger.info("Successfully processed DMARC report: %s", filename)
except Exception as e: # pylint: disable=broad-exception-caught
logger.error(
"Error processing attachment %s: %s", filename, str(e)
)
logger.error("Error processing attachment %s: %s", filename, str(e))
return reports_found