Skip to content
Snippets Groups Projects
Commit fc119c1f authored by Adriaan de Groot's avatar Adriaan de Groot Committed by Philip
Browse files

LightDM: fix type (thanks Kevin Kofler)

parent 71d08a89
No related branches found
No related tags found
No related merge requests found
......@@ -295,7 +295,7 @@ def set_autologin(username,
else:
lightdm_conf.write(
"#autologin-user=\n")
except FileNotFOundError:
except FileNotFoundError:
return (
"Cannot write LightDM configuration file",
"LightDM config file {!s} does not exist".format(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment