Commit 1ed3fa23 authored by canterburym's avatar canterburym
Browse files

Adding return code

parent 40873cae
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -47,3 +47,8 @@ if __name__ == "__main__":
    print ("-------------------------------------------------")
    print (f"Files: {len(files)} ({files_with_errors} with errors)  Total errors: {errors}")
    print ("-------------------------------------------------")

    if (files_with_errors > 0):
        exit(-1)
    else:
        exit(0)
 No newline at end of file