aboutsummaryrefslogtreecommitdiff
path: root/wal
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2017-06-22 10:58:17 +1000
committerDylan Araps <[email protected]>2017-06-22 10:58:17 +1000
commit7854b051702117a02d54822842edf5f69135a90d (patch)
treeeaef9b8eeb4805fc28e8634cf04dec7c965cb7a6 /wal
parentcolors: Remove export_plain (diff)
downloadpywal-7854b051702117a02d54822842edf5f69135a90d.tar.xz
pywal-7854b051702117a02d54822842edf5f69135a90d.zip
General: Disable unsafe exit
Diffstat (limited to 'wal')
-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()