Skip to content

Commit

Permalink
punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jun 3, 2024
1 parent ddd178c commit 889cdc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinnman/spalloc/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def renew(self) -> JsonObject:
raise SpallocException(
"Could not establish temporary session to "
f"{self._service_url} for user {self.__username} "
f"with a {len(self.__password)} character password")
f"with a {len(self.__password)} character password.")
csrf = m.group(1)
session = r.cookies[_SESSION_COOKIE]

Expand Down

0 comments on commit 889cdc0

Please sign in to comment.