mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
LightDM: fix type (thanks Kevin Kofler)
This commit is contained in:
parent
fc577b4b79
commit
ce11c7ab6d
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,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(
|
||||
|
|
Loading…
Add table
Reference in a new issue