diff options
Diffstat (limited to 'src/buildstream/_stream.py')
-rw-r--r-- | src/buildstream/_stream.py | 2 |
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: {}" |