Skip to content
Snippets Groups Projects
Commit b0940a91 authored by Sivert Kronen Hatteberg's avatar Sivert Kronen Hatteberg
Browse files

Remove trailing comma

parent eca35f4d
No related branches found
No related tags found
1 merge request!241Add admin command for importing guest data from file
Pipeline #109872 passed
......@@ -163,7 +163,7 @@ class Command(BaseCommand):
person=person,
type=role_type,
)
role.comments = role_data["comment"],
role.comments = role_data["comment"]
role.end_date = self._end_date
role.save()
logger.info("updating_existing_role", role=role, sponsor=role.sponsor)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment