summaryrefslogtreecommitdiffstats
path: root/apps/patchwork/views/bundle.py
diff options
context:
space:
mode:
authorGuilherme Salgado <guilherme.salgado@linaro.org>2011-02-28 02:40:44 +0000
committerJeremy Kerr <jk@ozlabs.org>2011-03-30 14:42:26 +0800
commitf23f76b8756a12614097fec500d3ca3e6aa3227b (patch)
treefe3b6b7ce0e53a7ed7a3a4d0a8b8b08255977aaa /apps/patchwork/views/bundle.py
parenta7bbbeba8f1dd2e859767c4873f584ea87afd77d (diff)
downloadpatchwork-f23f76b8756a12614097fec500d3ca3e6aa3227b.tar.bz2
patchwork-f23f76b8756a12614097fec500d3ca3e6aa3227b.tar.xz
Remove a bunch of unused variables
Signed-off-by: Guilherme Salgado <guilherme.salgado@linaro.org> Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'apps/patchwork/views/bundle.py')
-rw-r--r--apps/patchwork/views/bundle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/patchwork/views/bundle.py b/apps/patchwork/views/bundle.py
index d9db490..e418b3a 100644
--- a/apps/patchwork/views/bundle.py
+++ b/apps/patchwork/views/bundle.py
@@ -68,7 +68,7 @@ def setbundle(request):
try:
patch = Patch.objects.get(id = id)
bundle.append_patch(patch)
- except ex:
+ except:
pass
bundle.save()