]> git.ozlabs.org Git - patchwork/blobdiff - apps/patchwork/views/bundle.py
registration: use EmailConfimation rather than separate registration app
[patchwork] / apps / patchwork / views / bundle.py
index d9db49096f5b52909e4e69da6fcfa32e5ae03788..e418b3ae476c6aa4a0c94f81d6778c3640d38f12 100644 (file)
@@ -68,7 +68,7 @@ def setbundle(request):
                 try:
                     patch = Patch.objects.get(id = id)
                     bundle.append_patch(patch)
-                except ex:
+                except:
                     pass
 
             bundle.save()