mirror of https://github.com/Chizi123/Arch-autobuild-repo.git

Joel Grunbaum
yesterday 69c02d6ac5cb0eff81ae6b4f2daa09f7392809a6
src/archrepobuild/notifications.py
@@ -114,7 +114,7 @@
            return False
        # Only send on failures
        if summary.failed == 0:
        if (not self.config.email_everytime) and summary.failed == 0:
            logger.debug("No failures, skipping email notification")
            return True