This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch aevri/picklable_jobs in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 728220753f9e694dc761bac46b178d9640cb1b45 Author: Angelos Evripiotis <[email protected]> AuthorDate: Tue Apr 2 13:12:07 2019 +0100 TEMP: disable status rendering This interferes with pdb debugging in subprocesses. --- src/buildstream/_frontend/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/buildstream/_frontend/app.py b/src/buildstream/_frontend/app.py index d4ea838..12cfdb2 100644 --- a/src/buildstream/_frontend/app.py +++ b/src/buildstream/_frontend/app.py @@ -462,7 +462,7 @@ class App(): # Render the status area, conditional on some internal state # def _maybe_render_status(self): - + return # If we're suspended or terminating, then dont render the status area if self._status and self.stream and \ not (self.stream.suspended or self.stream.terminated):
