summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAngelos Evripiotis <jevripiotis@bloomberg.net>2019-04-02 13:12:07 +0100
committerAngelos Evripiotis <jevripiotis@bloomberg.net>2019-05-23 15:49:10 +0100
commit728220753f9e694dc761bac46b178d9640cb1b45 (patch)
tree229ecb9011c9aa65cb4dfe45db49828b3f835907 /src
parent094ed0c06f17cd68a9e1e4262aaf8199b422ba9c (diff)
downloadbuildstream-728220753f9e694dc761bac46b178d9640cb1b45.tar.gz
TEMP: disable status rendering
This interferes with pdb debugging in subprocesses.
Diffstat (limited to 'src')
-rw-r--r--src/buildstream/_frontend/app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildstream/_frontend/app.py b/src/buildstream/_frontend/app.py
index d4ea83871..12cfdb2a4 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):