Skip to content
Snippets Groups Projects
Commit 895fc483 authored by coffee's avatar coffee
Browse files

Fix indents

parent 405b9430
Branches
No related merge requests found
......@@ -273,11 +273,10 @@ def create_ad_user(form_data, member):
return True;
def make_home(formdata, member):
user = member.username
mail = formdata['email_address'] if formdata['forward'] else ""
result = subprocess.run(make_home_cmd + [user, mail])
if result == 0:
if result == 0:
return True
else:
raise CalledProcessError
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment