mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-05-19 18:35:24 +00:00
Actually fix CI
This commit is contained in:
+2
-1
@@ -25,6 +25,7 @@ script:
|
||||
- "cd .."
|
||||
- "python tests.py"
|
||||
- "python setup.py install"
|
||||
- "parsedmarc -c ci.ini"
|
||||
- "parsedmarc -c ci.ini samples/aggregate/*"
|
||||
- "parsedmarc -c ci.ini samples/forensic/*"
|
||||
- "python setup.py sdist"
|
||||
- "python setup.py bdist_wheel"
|
||||
|
||||
+1
-1
@@ -309,7 +309,7 @@ def _main():
|
||||
fh.setFormatter(formatter)
|
||||
logger.addHandler(fh)
|
||||
if opts.imap_host is None and len(opts.file_path) == 0:
|
||||
arg_parser.print_help()
|
||||
logger.error("You must supply input files, or an IMAP configuration")
|
||||
exit(1)
|
||||
|
||||
if opts.save_aggregate or opts.save_forensic:
|
||||
|
||||
Reference in New Issue
Block a user