diff options
author | Andrii Doroshenko (Xrayez) <xrayez@gmail.com> | 2020-05-28 22:54:06 +0300 |
---|---|---|
committer | Andrii Doroshenko (Xrayez) <xrayez@gmail.com> | 2020-05-28 22:54:37 +0300 |
commit | 5afe8cd78274b7dba610777e52be3cc7ef804bda (patch) | |
tree | 26c7bf2db8dc4bad5fa2543efe3bfd4cb183023f /modules/bullet/rid_bullet.h | |
parent | 105bef19ff3dfe0a81a68dd96cc83cc14b6b2488 (diff) |
SCons: Prefer `Exit()` method over `sys.exit()`
Sconscript provides it's own `Exit()` method which is currently
an alias for `sys.exit()` internally, with the only difference that if
no exit code is specified, it defaults to 0.
This encourages the usage of SCons-implemented methods like
`Glob()` over `glob.glob()`, which may overcome limitations of the
built-in Python features in the future.
Diffstat (limited to 'modules/bullet/rid_bullet.h')
0 files changed, 0 insertions, 0 deletions