Possible exit solutions are sys.exit() or os._exit(), but
os.exit() doesn't exist. Using sys.exit() incidentally removes the
dependency to os.
Also fix some spaces in the generated code so it matches our
clang-format rules, as it is trivial and saves as much as 3 bytes.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGINGda0377490053: Fix exit in generate_header.py and some formatting nits
rABCda0377490053: Fix exit in generate_header.py and some formatting nits
ninja check
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable