[Pkg-privacy-commits] [onionshare] 152/256: Make it so ctrl-c actually quits the CLI version
Ulrike Uhlig
ulrike at moszumanska.debian.org
Fri May 26 12:53:31 UTC 2017
This is an automated email from the git hooks/post-receive script.
ulrike pushed a commit to branch master
in repository onionshare.
commit 593c9e9afe208a40943c349226ef5a4eb9bc06fc
Author: Micah Lee <micah at micahflee.com>
Date: Mon Apr 17 19:22:40 2017 -0700
Make it so ctrl-c actually quits the CLI version
---
onionshare/__init__.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/onionshare/__init__.py b/onionshare/__init__.py
index 4a0fd3b..4c99622 100644
--- a/onionshare/__init__.py
+++ b/onionshare/__init__.py
@@ -176,7 +176,6 @@ def main(cwd=None):
# Wait for app to close
while t.is_alive():
- t.join()
# Allow KeyboardInterrupt exception to be handled with threads
# https://stackoverflow.com/questions/3788208/python-threading-ignores-keyboardinterrupt-exception
time.sleep(100)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onionshare.git
More information about the Pkg-privacy-commits
mailing list