Fixed removeuser
Added missed bracket
This commit is contained in:
parent
65b5d67a08
commit
c80fd08539
@ -35,5 +35,5 @@ def run():
|
||||
except subprocess.CalledProcessError as e:
|
||||
libcalamares.utils.debug("Cannot remove user.",
|
||||
"'userdel' terminated with exit code",
|
||||
"{}.".format(e.returncode)
|
||||
"{}.".format(e.returncode))
|
||||
return None
|
||||
|
Loading…
Reference in New Issue
Block a user