Compare with None
This commit is contained in:
parent
ec7edc4b83
commit
ea32ba6a83
@ -324,7 +324,7 @@ def run():
|
|||||||
else:
|
else:
|
||||||
return "kdm selected but not installed", ""
|
return "kdm selected but not installed", ""
|
||||||
|
|
||||||
if username != "None":
|
if username != None:
|
||||||
libcalamares.utils.debug(
|
libcalamares.utils.debug(
|
||||||
"Setting up autologin for user %s." % username)
|
"Setting up autologin for user %s." % username)
|
||||||
return set_autologin(username, displaymanagers, root_mount_point)
|
return set_autologin(username, displaymanagers, root_mount_point)
|
||||||
|
Loading…
Reference in New Issue
Block a user