summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbst-marge-bot <marge-bot@buildstream.build>2020-07-15 10:49:58 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2020-07-15 10:49:58 +0000
commitbb579a1a7475576f7e2f8ef24f3d7299fc8babe8 (patch)
tree366680d35017738e1e65dfc4012ece2b96e41c65
parentb7d6f239694dad4135cbbd3584bfe4315838fe3c (diff)
parenta7be47daec50dff7d5579d8a1881ef387674d903 (diff)
downloadbuildstream-bb579a1a7475576f7e2f8ef24f3d7299fc8babe8.tar.gz
Merge branch 'chandan/remove-outdated-comment' into 'master'
_platform/platform.py: Remove outdated comment See merge request BuildStream/buildstream!1995
-rw-r--r--src/buildstream/_platform/platform.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/buildstream/_platform/platform.py b/src/buildstream/_platform/platform.py
index 50a1d8e6c..c028ef4f7 100644
--- a/src/buildstream/_platform/platform.py
+++ b/src/buildstream/_platform/platform.py
@@ -41,7 +41,6 @@ class Platform:
def _setup_sandbox(self):
# Try to setup buildbox-run sandbox, otherwise fallback to the dummy sandbox.
- # Where `first_class` sandboxes are those in preferred_sandboxes
try:
self._setup_buildboxrun_sandbox()
except (SandboxError, utils.ProgramNotFoundError):