mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
parent
3cd18fd285
commit
55a63a1f67
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ def run():
|
||||||
libcalamares.utils.check_target_env_call(["userdel", "-f",
|
libcalamares.utils.check_target_env_call(["userdel", "-f",
|
||||||
"-r", username])
|
"-r", username])
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue