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 3733b15b1002143a6f871b501da35a26ef7b5da0 Author: Angelos Evripiotis <[email protected]> AuthorDate: Thu Oct 17 10:36:08 2019 +0100 Revert "TEMP: testpickle doens't breakpoint" This reverts commit 4e23c173dde2547dc6cc4be36ff8ccee6711a8d2. --- 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 c4b324c..52f351b 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):
