mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -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",
|
||||
"-r", username])
|
||||
except subprocess.CalledProcessError as e:
|
||||
libcalamares.utils.debug("Cannot remove user.",
|
||||
"'userdel' terminated with exit code",
|
||||
libcalamares.utils.debug("Cannot remove user. "
|
||||
"'userdel' terminated with exit code "
|
||||
"{}.".format(e.returncode))
|
||||
return None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue