diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/project-clang-format.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/project-clang-format.py b/tools/project-clang-format.py index c8fde49..08d5987 100755 --- a/tools/project-clang-format.py +++ b/tools/project-clang-format.py @@ -31,7 +31,7 @@ def setup_logging(): yield except Exception as e: logging.exception(e) - raise + sys.exit(1) @contextmanager |