summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarius Makovsky <traveltissues@protonmail.com>2019-11-06 09:18:25 +0000
committerDarius Makovsky <traveltissues@protonmail.com>2019-11-06 09:18:25 +0000
commite3a80596946d81b334b1c9e98bfc53dabb1d3393 (patch)
treede9bae9a6d0a13db7f79cfcc44e10a0d8ef186ec
parent2245af28b79cf978d7eb19fdb06273a4515c62d6 (diff)
downloadbuildstream-traveltissues/closeworkspaces.tar.gz
_stream: correct typo in error messagetraveltissues/closeworkspaces
-rw-r--r--src/buildstream/_stream.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildstream/_stream.py b/src/buildstream/_stream.py
index b284235bb..a9c1c7261 100644
--- a/src/buildstream/_stream.py
+++ b/src/buildstream/_stream.py
@@ -815,7 +815,7 @@ class Stream():
workspace = workspaces.get_workspace(target._get_full_name())
if workspace:
if not force:
- raise StreamError("Element '{}' already has workspace defined at: {}"
+ raise StreamError("Element '{}' already has an open workspace defined at: {}"
.format(target.name, workspace.get_absolute_path()))
if not no_checkout:
target.warn("Replacing existing workspace for element '{}' defined at: {}"