diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-06-22 10:58:17 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-06-22 10:58:17 +1000 |
| commit | 7854b051702117a02d54822842edf5f69135a90d (patch) | |
| tree | eaef9b8eeb4805fc28e8634cf04dec7c965cb7a6 | |
| parent | 1abdf7bb303eb9ebc07a222ee8c84dfeb46167a3 (diff) | |
General: Disable unsafe exit
| -rwxr-xr-x | wal | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -548,7 +548,7 @@ def main(): # This saves 10ms. # pylint: disable=W0212 - os._exit(0) + # os._exit(0) main() |
