Skip to content
Snippets Groups Projects
Commit 1ee6ed0d authored by Dan Braghis's avatar Dan Braghis
Browse files

fixup! Use fstring

parent be9fab1c
No related branches found
No related tags found
No related merge requests found
......@@ -84,8 +84,7 @@ class Command(BaseCommand):
if not anonymize or self.is_staff(email):
return email
uid = user['uid']
return f"aeon+{uid}@torchbox.com"
return f"aeon+{user['uid']}@torchbox.com"
def is_staff(self, email):
_, email_domain = email.split('@')
......
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