From 30f0deea34851aa6fbb4f8a5dcd9216f5ac714f9 Mon Sep 17 00:00:00 2001 From: James Westman Date: Sat, 23 Jul 2022 15:05:40 -0500 Subject: [PATCH] Exit with error code when a bug is reported --- blueprintcompiler/errors.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blueprintcompiler/errors.py b/blueprintcompiler/errors.py index 8ee80b9..70aea2a 100644 --- a/blueprintcompiler/errors.py +++ b/blueprintcompiler/errors.py @@ -157,3 +157,5 @@ along with the input file(s) if possible, on GitLab: {Colors.BOLD}{Colors.BLUE}{Colors.UNDERLINE}https://gitlab.gnome.org/jwestman/blueprint-compiler/-/issues/new?issue {Colors.CLEAR}""") + sys.exit(1) +