summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildstream/_stream.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildstream/_stream.py b/buildstream/_stream.py
index f1600a8e9..4a475d83f 100644
--- a/buildstream/_stream.py
+++ b/buildstream/_stream.py
@@ -184,8 +184,8 @@ class Stream():
if usebuildtree == "always":
raise StreamError("Buildtree is not cached locally or in available remotes")
else:
- self._message(MessageType.INFO, """Buildtree is not cached locally or in available remotes,
- shell will be loaded without it""")
+ self._message(MessageType.INFO, "Buildtree is not cached locally or in available remotes, " +
+ "shell will be loaded without it")
else:
buildtree = True