Skip to content

Commit

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

Expand Down

0 comments on commit b85f35e

Please sign in to comment.