Skip to content
Snippets Groups Projects
Verified Commit b2b7456e authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix typo

parent 3ab6df44
No related branches found
No related tags found
No related merge requests found
......@@ -218,7 +218,7 @@ class BigBlueButton:
and return code)
"""
if self.host is None:
raise ValueError("Server {self.name} has no hostname set")
raise ValueError(f"Server {self.name} has no hostname set")
args: List[str] = ["ssh", self.host] + list(command)
logger.info(f"Running SSH command {args} on {self.name}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment