You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ariatosca.apache.org by mx...@apache.org on 2017/07/03 13:42:13 UTC

incubator-ariatosca git commit: removed daemon again

Repository: incubator-ariatosca
Updated Branches:
  refs/heads/build_fail_poc 963c39a32 -> 66d158b73


removed daemon again


Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/66d158b7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/66d158b7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/66d158b7

Branch: refs/heads/build_fail_poc
Commit: 66d158b73507f956a73238bda5604f4710a64919
Parents: 963c39a
Author: max-orlov <ma...@gigaspaces.com>
Authored: Mon Jul 3 16:42:09 2017 +0300
Committer: max-orlov <ma...@gigaspaces.com>
Committed: Mon Jul 3 16:42:09 2017 +0300

----------------------------------------------------------------------
 aria/utils/threading.py | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/66d158b7/aria/utils/threading.py
----------------------------------------------------------------------
diff --git a/aria/utils/threading.py b/aria/utils/threading.py
index f5ca302..b9d627a 100644
--- a/aria/utils/threading.py
+++ b/aria/utils/threading.py
@@ -269,7 +269,6 @@ class ExceptionThread(Thread):
     def __init__(self, *args, **kwargs):
         Thread.__init__(self, *args, **kwargs)
         self.exception = None
-        self.daemon = True
 
     def run(self):
         try: