Actually fix CI

This commit is contained in:
Sean Whalen
2019-02-04 17:32:07 -05:00
parent 6d399ef931
commit c796b0be6c
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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
View File
@@ -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: