You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by no...@apache.org on 2020/12/29 12:30:11 UTC

[buildstream] 03/21: TEMP: disable status rendering

This is an automated email from the ASF dual-hosted git repository.

not-in-ldap pushed a commit to branch aevri/win32
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 84526643b4dde01a9ca199d7cf30887065a8ee1b
Author: Angelos Evripiotis <je...@bloomberg.net>
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 a9dd46b..6cc2d7e 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):