diff options
| author | Darius Makovsky <traveltissues@protonmail.com> | 2019-11-06 09:18:25 +0000 |
|---|---|---|
| committer | Darius Makovsky <traveltissues@protonmail.com> | 2019-11-06 09:18:25 +0000 |
| commit | e3a80596946d81b334b1c9e98bfc53dabb1d3393 (patch) | |
| tree | de9bae9a6d0a13db7f79cfcc44e10a0d8ef186ec | |
| parent | 2245af28b79cf978d7eb19fdb06273a4515c62d6 (diff) | |
| download | buildstream-traveltissues/closeworkspaces.tar.gz | |
_stream: correct typo in error messagetraveltissues/closeworkspaces
| -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: {}" |
