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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user