[to_email] rather than list(to_email) which makes a nasty series like ['e','m','a...
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 8 May 2011 03:44:37 +0000 (22:44 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 8 May 2011 03:44:37 +0000 (22:44 -0500)
mediagoblin/auth/views.py

index 3ef1e75ff1987841d849f6cc61ff2c4929758042..c3d24c74b691f92397e44abd54cea98f13cf5c87 100644 (file)
@@ -53,7 +53,7 @@ def register(request):
             # TODO: There is no error handling in place
             send_email(
                 mgoblin_globals.email_sender_address,
-                list(entry['email']),
+                [entry['email']],
                 # TODO
                 # Due to the distributed nature of GNU MediaGoblin, we should
                 # find a way to send some additional information about the