Pass full name of SVNer account as keyword arg

This commit is contained in:
2017-05-18 15:38:30 +02:00
parent dc4cf6aecc
commit 30397fc12f

View File

@@ -48,7 +48,7 @@ def create_svner_account(email, project_url):
proj_id = proj['_id']
account, token = create_service_account(email, ['svner'], {'svner': {'project': proj_id}},
f'SVNer for project {proj_id}')
full_name=f'SVNer for project {proj_id}')
return account, token
manager.add_command("attract", manager_attract)