Skip to content

Why are exceptions in summary method ignored? #12

@mback2k

Description

@mback2k

I see that exceptions thrown during summary creation are currently ignored:

try:
summary = self.summary(full_report)
except Exception:
pass

Why is that the case? This is quite annoying during analyzer development and I cannot think of a valid reason for this.
Is this maybe for some backwards compatibility to analyzers without a summary function? If so, can't this be made more specific?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions