Fixed removeuser

Added missed bracket
This commit is contained in:
Alf Gaida 2017-03-29 20:42:32 +02:00
parent 65b5d67a08
commit c80fd08539

View File

@ -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