Skip to content

Commit

Permalink
Update src/globus_sdk/experimental/tokenstorage/sqlite.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kurt McKee <contactme@kurtmckee.org>
  • Loading branch information
sirosen and kurtmckee authored Jul 17, 2024
1 parent 81bdd27 commit ea8ff0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/globus_sdk/experimental/tokenstorage/sqlite.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ def __init__(
if filename == ":memory:":
raise exc.GlobusSDKUsageError(
"SQLiteTokenStorage cannot be used with a ':memory:' database. "
"If you want memory-backed TokenStorage, use MemoryTokenStorage "
"instead."
"If you want to store tokens in memory, use MemoryTokenStorage instead."
)

super().__init__(filename, namespace=namespace)
Expand Down

0 comments on commit ea8ff0a

Please sign in to comment.