d94e3a3431
Unnecessary dynamic GitReviewException.EXIT_CODE attribute lookup refactored into static to benefit static analyzers. Default process exit code changed from 127 (command not found error) to 1 (general error) Change-Id: I1fcb583a740bf32c4427a587e208d099712a7bc4
7 lines
208 B
YAML
7 lines
208 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes ``gitreview`` process exit code to align with general
|
|
UNIX process exit code conventions. Specifically, default exit
|
|
code changed to ``1`` which stands for "general error".
|