This is an automated email from the ASF dual-hosted git repository. not-in-ldap pushed a commit to branch aevri/check_spawn_ci_working in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 4e23c173dde2547dc6cc4be36ff8ccee6711a8d2 Author: Angelos Evripiotis <[email protected]> AuthorDate: Thu Oct 17 10:14:11 2019 +0100 TEMP: testpickle doens't breakpoint --- src/buildstream/testpickle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/buildstream/testpickle.py b/src/buildstream/testpickle.py index 52f351b..c4b324c 100644 --- a/src/buildstream/testpickle.py +++ b/src/buildstream/testpickle.py @@ -20,7 +20,7 @@ class TestPickler: except bdb.BdbQuit: raise except Exception: - breakpoint() + # breakpoint() raise def _pickle(self, obj):
