aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2018-11-24 18:04:22 +0100
committerGuido Günther <agx@sigxcpu.org>2018-11-24 18:14:14 +0100
commitef84b92caea18143fca81346767982f6e8237e4f (patch)
treeb0a33f64a5e7a139596ea622b6a43153bc39ec44 /gbp
parent4a8908ce6116e881258f0e9584be546f2087e525 (diff)
DebianSource: Drop unused variable
Diffstat (limited to 'gbp')
-rw-r--r--gbp/deb/source.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/deb/source.py b/gbp/deb/source.py
index a75de07c..01d34bab 100644
--- a/gbp/deb/source.py
+++ b/gbp/deb/source.py
@@ -72,7 +72,7 @@ class DebianSource(object):
f = DebianSourceFormat(ff.read())
if f.type:
return f.type == 'native'
- except IOError as e:
+ except IOError:
pass # Fall back to changelog parsing
try: