Repository: incubator-ariatosca Updated Branches: refs/heads/build_fail_poc 66d158b73 -> 35d9839b7
another daemon Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/35d9839b Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/35d9839b Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/35d9839b Branch: refs/heads/build_fail_poc Commit: 35d9839b7db1c3d279ac2adae89b26a18d807e30 Parents: 66d158b Author: max-orlov <[email protected]> Authored: Mon Jul 3 16:49:09 2017 +0300 Committer: max-orlov <[email protected]> Committed: Mon Jul 3 16:49:09 2017 +0300 ---------------------------------------------------------------------- aria/utils/threading.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/35d9839b/aria/utils/threading.py ---------------------------------------------------------------------- diff --git a/aria/utils/threading.py b/aria/utils/threading.py index b9d627a..f5ca302 100644 --- a/aria/utils/threading.py +++ b/aria/utils/threading.py @@ -269,6 +269,7 @@ class ExceptionThread(Thread): def __init__(self, *args, **kwargs): Thread.__init__(self, *args, **kwargs) self.exception = None + self.daemon = True def run(self): try:
