|
|
|
@ -35,5 +35,5 @@ def run():
|
|
|
|
except subprocess.CalledProcessError as e:
|
|
|
|
except subprocess.CalledProcessError as e:
|
|
|
|
libcalamares.utils.debug("Cannot remove user.",
|
|
|
|
libcalamares.utils.debug("Cannot remove user.",
|
|
|
|
"'userdel' terminated with exit code",
|
|
|
|
"'userdel' terminated with exit code",
|
|
|
|
"{}.".format(e.returncode)
|
|
|
|
"{}.".format(e.returncode))
|
|
|
|
return None
|
|
|
|
return None
|
|
|
|
|