Skip to content
Snippets Groups Projects
Commit 4a48671c authored by Michaël Paulon's avatar Michaël Paulon
Browse files

I got trolled by my text editor, fix type in last commit

parent b7e5078e
No related branches found
No related tags found
No related merge requests found
Pipeline #3123 passed with warnings with stages
in 3 minutes and 23 seconds
......@@ -37,7 +37,7 @@ def create_ssh_client(host, password=None):
username = config.lookup(host)["user"]
except FileNotFoundError:
username=None
except: KeyError:
except KeyError:
username=None
client.load_system_host_keys()
try:
......
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