Skip to content

Commit 80ad194

Browse files
authored
elaborate error msg (#13)
* elaborate error msg
1 parent e35eb2d commit 80ad194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

descope/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def __init__(self, project_id: str, public_key: str = None):
3939
raise AuthException(
4040
500,
4141
"Init failure",
42-
"Failed to init AuthClient object, project should not be empty",
42+
"Failed to init AuthClient object, project should not be empty, remember to set env variable DESCOPE_PROJECT_ID or pass along it to init funcation",
4343
)
4444
self.project_id = project_id
4545

0 commit comments

Comments
 (0)