summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-06-22 10:58:17 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-06-22 10:58:17 +1000
commit7854b051702117a02d54822842edf5f69135a90d (patch)
treeeaef9b8eeb4805fc28e8634cf04dec7c965cb7a6
parent1abdf7bb303eb9ebc07a222ee8c84dfeb46167a3 (diff)
General: Disable unsafe exit
-rwxr-xr-xwal2
1 files changed, 1 insertions, 1 deletions
diff --git a/wal b/wal
index da5ab04..80769af 100755
--- a/wal
+++ b/wal
@@ -548,7 +548,7 @@ def main():
# This saves 10ms.
# pylint: disable=W0212
- os._exit(0)
+ # os._exit(0)
main()