summaryrefslogtreecommitdiff
path: root/src/buildstream/_platform/darwin.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/_platform/darwin.py')
-rw-r--r--src/buildstream/_platform/darwin.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/buildstream/_platform/darwin.py b/src/buildstream/_platform/darwin.py
index adc858842..06491e8b4 100644
--- a/src/buildstream/_platform/darwin.py
+++ b/src/buildstream/_platform/darwin.py
@@ -60,8 +60,7 @@ class Darwin(Platform):
@staticmethod
def _create_dummy_sandbox(*args, **kwargs):
kwargs["dummy_reason"] = (
- "OSXFUSE is not supported and there are no supported sandbox "
- + "technologies for MacOS at this time"
+ "OSXFUSE is not supported and there are no supported sandbox " + "technologies for MacOS at this time"
)
return SandboxDummy(*args, **kwargs)