From 69b33ab32ddc13bf4eef3743b7eecfc5b23b97a5 Mon Sep 17 00:00:00 2001 From: Josh Temple <8672171+joshtemple@users.noreply.github.com> Date: Mon, 10 Apr 2023 13:11:46 -0400 Subject: [PATCH] Update error message --- spectacles/client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spectacles/client.py b/spectacles/client.py index d208560d..7418828d 100644 --- a/spectacles/client.py +++ b/spectacles/client.py @@ -386,8 +386,8 @@ async def get_active_branch(self, project: str) -> JsonDict: status=response.status_code, detail=( f"Unable to get active branch for project '{project}'. " - "Please check that the project exists and that your user " - "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." ), response=response, ) from error