We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69081ef + bdd7123 commit 0d2852bCopy full SHA for 0d2852b
1 file changed
spectacles/client.py
@@ -386,8 +386,8 @@ async def get_active_branch(self, project: str) -> JsonDict:
386
status=response.status_code,
387
detail=(
388
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."
+ "Please check that the project exists, is configured, "
+ "and that your user has the correct permissions and try again."
391
),
392
response=response,
393
) from error
0 commit comments