Skip to content

Commit fea4886

Browse files
Update src/phase/utils/phase_io.py
Co-authored-by: Rohan Chaturvedi <rohan.chaturvedi@protonmail.com>
1 parent c641a4d commit fea4886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/phase/utils/phase_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def __init__(self, init=True, pss=None, host=None):
5151

5252
# Check if app_secret is None
5353
if app_secret is None:
54-
raise ValueError("Phase token (pss) cannot be None")
54+
raise ValueError("Phase token (pss) is missing")
5555

5656
# Determine the type of the token (service token or user token)
5757
self.is_service_token = pss_service_pattern.match(app_secret) is not None

0 commit comments

Comments
 (0)