Skip to content

Commit 0d2852b

Browse files
authored
Merge branch 'master' into feature/measure-support
2 parents 69081ef + bdd7123 commit 0d2852b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spectacles/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,8 +386,8 @@ async def get_active_branch(self, project: str) -> JsonDict:
386386
status=response.status_code,
387387
detail=(
388388
f"Unable to get active branch for project '{project}'. "
389-
"Please check that the project exists and that your user "
390-
"has the correct permissions and try again."
389+
"Please check that the project exists, is configured, "
390+
"and that your user has the correct permissions and try again."
391391
),
392392
response=response,
393393
) from error

0 commit comments

Comments
 (0)