domainaware / parsedmarc

A Python package and CLI for parsing aggregate and forensic DMARC reports
https://domainaware.github.io/parsedmarc/
Apache License 2.0
993 stars 213 forks source link

Fix the cli_parse call #495

Closed Szasza closed 6 months ago

Szasza commented 6 months ago

It looks like that the cli_parse call broke during one of the PR merges.

TypeError: cli_parse() takes 7 positional arguments but 8 were given 
Szasza commented 6 months ago

@seanthegeek 8.9.0 is broken due to this issue.

seanthegeek commented 6 months ago

I've included the fix in the 8.9.1 release. Thanks!

Szasza commented 6 months ago

Awesome, thank you as well!