Unverified Commit 51a86ac1 authored by Maxim Belkin's avatar Maxim Belkin
Browse files

Exit with a status of 1 if something was wrong

parent 7ca21f54
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -118,6 +118,8 @@ def main():
        checker.check()

    args.reporter.report()
    if args.reporter.messages:
        raise SystemExit(1)


def parse_args():