Where did this o come from.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 2 Apr 2011 16:20:36 +0000 (11:20 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 2 Apr 2011 16:20:36 +0000 (11:20 -0500)
mediagoblin/views.py

index e286e950a8c02a407a362318ef60979482f8f171..37ed3a62d470de4044926d98d35eb90ce2a982da 100644 (file)
@@ -40,7 +40,7 @@ def submit_test(request):
 
         entry = request.db.MediaEntry()
         entry['title'] = request.POST['title']
-        entry['description'] = request.POST.get(['description'])o
+        entry['description'] = request.POST.get(['description'])
         entry['media_type'] = u'image'
 
         # TODO this does NOT look save, we should clean the filename somenow?